Commit 63288e03cecf151f2859de0bb5a5a167acaa4c99
1 parent
1c6e944a
Exists in
master
and in
1 other branch
udpate changelog [ci skip]
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
CHANGELOG.md
@@ -6,7 +6,10 @@ | @@ -6,7 +6,10 @@ | ||
6 | - [#492][] Improve some Pjax call ([@nfedyashev][]) | 6 | - [#492][] Improve some Pjax call ([@nfedyashev][]) |
7 | - [#428][] Add the support of Unfuddle Tracker ([@parallel588][]) | 7 | - [#428][] Add the support of Unfuddle Tracker ([@parallel588][]) |
8 | - Avoid to delete his own user ([@shingara][]) | 8 | - Avoid to delete his own user ([@shingara][]) |
9 | -- [#456] Avoid to delete admin access of current user logged ([@shingara][]) | 9 | +- [#456][] Avoid to delete admin access of current user logged ([@shingara][]) |
10 | +- [#253][] Refactor the Fingerprint generation ([@boblail][]) | ||
11 | +- [#508][] Merge comments to when you merge problems ([@shingara][]) | ||
12 | +- Update the Devise Gem to the last one ([@shingara][]) | ||
10 | 13 | ||
11 | ### Bug Fixes | 14 | ### Bug Fixes |
12 | 15 | ||
@@ -48,6 +51,7 @@ | @@ -48,6 +51,7 @@ | ||
48 | 51 | ||
49 | <!-- Issue fix --> | 52 | <!-- Issue fix --> |
50 | 53 | ||
54 | +[#253]: https://github.com/errbit/errbit/issues/253 | ||
51 | [#343]: https://github.com/errbit/errbit/issues/343 | 55 | [#343]: https://github.com/errbit/errbit/issues/343 |
52 | [#428]: https://github.com/errbit/errbit/issues/428 | 56 | [#428]: https://github.com/errbit/errbit/issues/428 |
53 | [#453]: https://github.com/errbit/errbit/issues/453 | 57 | [#453]: https://github.com/errbit/errbit/issues/453 |
@@ -67,6 +71,7 @@ | @@ -67,6 +71,7 @@ | ||
67 | [#492]: https://github.com/errbit/errbit/issues/492 | 71 | [#492]: https://github.com/errbit/errbit/issues/492 |
68 | [#503]: https://github.com/errbit/errbit/issues/503 | 72 | [#503]: https://github.com/errbit/errbit/issues/503 |
69 | [#506]: https://github.com/errbit/errbit/issues/506 | 73 | [#506]: https://github.com/errbit/errbit/issues/506 |
74 | +[#508]: https://github.com/errbit/errbit/issues/508 | ||
70 | 75 | ||
71 | <!-- Contributor on Errbit Thanks to all of them --> | 76 | <!-- Contributor on Errbit Thanks to all of them --> |
72 | 77 | ||
@@ -84,4 +89,4 @@ | @@ -84,4 +89,4 @@ | ||
84 | [@nfedyashev]: https://github.com/nfedyashev | 89 | [@nfedyashev]: https://github.com/nfedyashev |
85 | [@parallel588]: https://github.com/parallel588 | 90 | [@parallel588]: https://github.com/parallel588 |
86 | [@Gonzih]: https://github.com/Gonzih | 91 | [@Gonzih]: https://github.com/Gonzih |
87 | - | 92 | +[@boblail]: https://github.com/boblail |