Commit d7d17c12f6c0bc41bb413f464fe336d4b5423e9f
1 parent
2776db24
Exists in
master
and in
1 other branch
add javascript notifier changelog [ci-skip]
Showing
1 changed file
with
12 additions
and
8 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -10,6 +10,8 @@ |
10 | 10 | - [#253][] Refactor the Fingerprint generation ([@boblail][]) |
11 | 11 | - [#508][] Merge comments to when you merge problems ([@shingara][]) |
12 | 12 | - Update the Devise Gem to the last one ([@shingara][]) |
13 | +- [#524][] Add current user information on the notifer.js ([@roryf][]) | |
14 | +- [#523][] Update javascript-stacktrace ([@aliscott][]) | |
13 | 15 | |
14 | 16 | ### Bug Fixes |
15 | 17 | |
... | ... | @@ -77,23 +79,25 @@ |
77 | 79 | [#508]: https://github.com/errbit/errbit/issues/508 |
78 | 80 | [#514]: https://github.com/errbit/errbit/issues/514 |
79 | 81 | [#517]: https://github.com/errbit/errbit/issues/517 |
82 | +[#524]: https://github.com/errbit/errbit/issues/524 | |
80 | 83 | |
81 | 84 | <!-- Contributor on Errbit Thanks to all of them --> |
82 | 85 | |
86 | +[@Gonzih]: https://github.com/Gonzih | |
83 | 87 | [@SamSaffron]: https://github.com/SamSaffron |
84 | 88 | [@adamjt]: https://github.com/adamjt |
89 | +[@aliscott]: http://github.com/aliscott | |
85 | 90 | [@alvarobp]: https://github.com/alvarobp |
91 | +[@boblail]: https://github.com/boblail | |
86 | 92 | [@chadcf]: https://github.com/chadcf |
87 | -[@mildavw]: https://github.com/mildavw | |
88 | -[@sdepold]: https://github.com/sdepold | |
89 | -[@shingara]: https://github.com/shingara | |
90 | -[@tamaloa]: https://github.com/tamaloa | |
91 | 93 | [@ivanyv]: https://github.com/ivanyv |
92 | 94 | [@manuelmeurer]: https://github.com/manuelmeurer |
93 | -[@tvdeyen]: https://github.com/tvdeyen | |
95 | +[@mildavw]: https://github.com/mildavw | |
96 | +[@mildavw]: https://github.com/mildavw | |
94 | 97 | [@nfedyashev]: https://github.com/nfedyashev |
95 | 98 | [@parallel588]: https://github.com/parallel588 |
96 | -[@Gonzih]: https://github.com/Gonzih | |
97 | -[@boblail]: https://github.com/boblail | |
98 | 99 | [@roryf]: https://github.com/roryf |
99 | -[@mildavw]: https://github.com/mildavw | |
100 | +[@sdepold]: https://github.com/sdepold | |
101 | +[@shingara]: https://github.com/shingara | |
102 | +[@tamaloa]: https://github.com/tamaloa | |
103 | +[@tvdeyen]: https://github.com/tvdeyen | ... | ... |