Commit c417167eeee221f3994d567c8d68238e39daed40
1 parent
85515aae
Exists in
master
and in
1 other branch
add jira issue tracker on changelog [ci-skip]
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
CHANGELOG.md
@@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
12 | - Update the Devise Gem to the last one ([@shingara][]) | 12 | - Update the Devise Gem to the last one ([@shingara][]) |
13 | - [#524][] Add current user information on the notifer.js ([@roryf][]) | 13 | - [#524][] Add current user information on the notifer.js ([@roryf][]) |
14 | - [#523][] Update javascript-stacktrace ([@aliscott][]) | 14 | - [#523][] Update javascript-stacktrace ([@aliscott][]) |
15 | +- [#516][] Add Jira Issue tracker ([@xenji][]) | ||
15 | 16 | ||
16 | ### Bug Fixes | 17 | ### Bug Fixes |
17 | 18 | ||
@@ -78,6 +79,7 @@ | @@ -78,6 +79,7 @@ | ||
78 | [#506]: https://github.com/errbit/errbit/issues/506 | 79 | [#506]: https://github.com/errbit/errbit/issues/506 |
79 | [#508]: https://github.com/errbit/errbit/issues/508 | 80 | [#508]: https://github.com/errbit/errbit/issues/508 |
80 | [#514]: https://github.com/errbit/errbit/issues/514 | 81 | [#514]: https://github.com/errbit/errbit/issues/514 |
82 | +[#516]: https://github.com/errbit/errbit/issues/516 | ||
81 | [#517]: https://github.com/errbit/errbit/issues/517 | 83 | [#517]: https://github.com/errbit/errbit/issues/517 |
82 | [#524]: https://github.com/errbit/errbit/issues/524 | 84 | [#524]: https://github.com/errbit/errbit/issues/524 |
83 | 85 | ||
@@ -101,3 +103,4 @@ | @@ -101,3 +103,4 @@ | ||
101 | [@shingara]: https://github.com/shingara | 103 | [@shingara]: https://github.com/shingara |
102 | [@tamaloa]: https://github.com/tamaloa | 104 | [@tamaloa]: https://github.com/tamaloa |
103 | [@tvdeyen]: https://github.com/tvdeyen | 105 | [@tvdeyen]: https://github.com/tvdeyen |
106 | +[@xenji]: https://github.com/xenji |