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 | 3 | ### Improvements |
4 | 4 | |
5 | 5 | - Update some gems ([@shingara][]) |
6 | +- [#492][] Improve some Pjax call ([@nfedyashev][]) | |
7 | +- [#428][] Add the support of Unfuddle Tracker ([@parallel588][]) | |
6 | 8 | |
7 | 9 | ### Bug Fixes |
8 | 10 | |
... | ... | @@ -40,7 +42,10 @@ |
40 | 42 | - [#478][] Fix issue about calculation of statisque of problem after |
41 | 43 | merge ([@shingara][]) |
42 | 44 | |
45 | +<!-- Issue fix --> | |
46 | + | |
43 | 47 | [#343]: https://github.com/errbit/errbit/issues/343 |
48 | +[#428]: https://github.com/errbit/errbit/issues/428 | |
44 | 49 | [#453]: https://github.com/errbit/errbit/issues/453 |
45 | 50 | [#455]: https://github.com/errbit/errbit/issues/455 |
46 | 51 | [#457]: https://github.com/errbit/errbit/issues/457 |
... | ... | @@ -54,6 +59,10 @@ |
54 | 59 | [#478]: https://github.com/errbit/errbit/issues/478 |
55 | 60 | [#487]: https://github.com/errbit/errbit/issues/487 |
56 | 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 | 66 | [@SamSaffron]: https://github.com/SamSaffron |
58 | 67 | [@adamjt]: https://github.com/adamjt |
59 | 68 | [@alvarobp]: https://github.com/alvarobp |
... | ... | @@ -65,3 +74,6 @@ |
65 | 74 | [@ivanyv]: https://github.com/ivanyv |
66 | 75 | [@manuelmeurer]: https://github.com/manuelmeurer |
67 | 76 | [@tvdeyen]: https://github.com/tvdeyen |
77 | +[@nfedyashev]: https://github.com/nfedyashev | |
78 | +[@parallel588]: https://github.com/parallel588 | |
79 | + | ... | ... |