Commit a133b12809b930eca11c166b5e524c7d0ec80378
1 parent
6c7ee3be
Exists in
master
and in
1 other branch
update changelog with pull request merge [ ci skip ]
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
CHANGELOG.md
| @@ -3,6 +3,8 @@ | @@ -3,6 +3,8 @@ | ||
| 3 | ### Improvements | 3 | ### Improvements |
| 4 | 4 | ||
| 5 | - Update some gems ([@shingara][]) | 5 | - Update some gems ([@shingara][]) |
| 6 | +- [#492][] Improve some Pjax call ([@nfedyashev][]) | ||
| 7 | +- [#428][] Add the support of Unfuddle Tracker ([@parallel588][]) | ||
| 6 | 8 | ||
| 7 | ### Bug Fixes | 9 | ### Bug Fixes |
| 8 | 10 | ||
| @@ -40,7 +42,10 @@ | @@ -40,7 +42,10 @@ | ||
| 40 | - [#478][] Fix issue about calculation of statisque of problem after | 42 | - [#478][] Fix issue about calculation of statisque of problem after |
| 41 | merge ([@shingara][]) | 43 | merge ([@shingara][]) |
| 42 | 44 | ||
| 45 | +<!-- Issue fix --> | ||
| 46 | + | ||
| 43 | [#343]: https://github.com/errbit/errbit/issues/343 | 47 | [#343]: https://github.com/errbit/errbit/issues/343 |
| 48 | +[#428]: https://github.com/errbit/errbit/issues/428 | ||
| 44 | [#453]: https://github.com/errbit/errbit/issues/453 | 49 | [#453]: https://github.com/errbit/errbit/issues/453 |
| 45 | [#455]: https://github.com/errbit/errbit/issues/455 | 50 | [#455]: https://github.com/errbit/errbit/issues/455 |
| 46 | [#457]: https://github.com/errbit/errbit/issues/457 | 51 | [#457]: https://github.com/errbit/errbit/issues/457 |
| @@ -54,6 +59,10 @@ | @@ -54,6 +59,10 @@ | ||
| 54 | [#478]: https://github.com/errbit/errbit/issues/478 | 59 | [#478]: https://github.com/errbit/errbit/issues/478 |
| 55 | [#487]: https://github.com/errbit/errbit/issues/487 | 60 | [#487]: https://github.com/errbit/errbit/issues/487 |
| 56 | [#486]: https://github.com/errbit/errbit/issues/486 | 61 | [#486]: https://github.com/errbit/errbit/issues/486 |
| 62 | +[#492]: https://github.com/errbit/errbit/issues/492 | ||
| 63 | + | ||
| 64 | +<!-- Contributor on Errbit Thanks to all of them --> | ||
| 65 | + | ||
| 57 | [@SamSaffron]: https://github.com/SamSaffron | 66 | [@SamSaffron]: https://github.com/SamSaffron |
| 58 | [@adamjt]: https://github.com/adamjt | 67 | [@adamjt]: https://github.com/adamjt |
| 59 | [@alvarobp]: https://github.com/alvarobp | 68 | [@alvarobp]: https://github.com/alvarobp |
| @@ -65,3 +74,6 @@ | @@ -65,3 +74,6 @@ | ||
| 65 | [@ivanyv]: https://github.com/ivanyv | 74 | [@ivanyv]: https://github.com/ivanyv |
| 66 | [@manuelmeurer]: https://github.com/manuelmeurer | 75 | [@manuelmeurer]: https://github.com/manuelmeurer |
| 67 | [@tvdeyen]: https://github.com/tvdeyen | 76 | [@tvdeyen]: https://github.com/tvdeyen |
| 77 | +[@nfedyashev]: https://github.com/nfedyashev | ||
| 78 | +[@parallel588]: https://github.com/parallel588 | ||
| 79 | + |