Commit 7fa30d6c079cf35d2c697b002a065acfdceb1438
1 parent
a8faf3a1
Exists in
master
and in
1 other branch
update changelog contributors list [ci-skip]
Showing
2 changed files
with
11 additions
and
0 deletions
Show diff stats
CHANGELOG.md
@@ -3,17 +3,24 @@ | @@ -3,17 +3,24 @@ | ||
3 | ### Improvements | 3 | ### Improvements |
4 | 4 | ||
5 | - [#552][] Limite size of asset on errbit ([@tscolari][]) | 5 | - [#552][] Limite size of asset on errbit ([@tscolari][]) |
6 | +- [#562][] See the version number of errbit on footer ([@nashby][]) | ||
7 | +- [#555][] Avoid same group by same error if other line of backtrace | ||
8 | + instead of first change ([@shingara][]) | ||
6 | 9 | ||
7 | ### Bug Fixes | 10 | ### Bug Fixes |
8 | 11 | ||
9 | - [#558][] Avoid failure if you remote bitbucket_rest_api gem | 12 | - [#558][] Avoid failure if you remote bitbucket_rest_api gem |
10 | ([@shingara][]) | 13 | ([@shingara][]) |
14 | +- [#559][] Fix some issue on the migration with old database | ||
15 | + ([@shingara][]) | ||
11 | 16 | ||
17 | +[@nashby]: https://github.com/nashby | ||
12 | [@shingara]: https://github.com/shingara | 18 | [@shingara]: https://github.com/shingara |
13 | [@tscolari]: https://github.com/tscolari | 19 | [@tscolari]: https://github.com/tscolari |
14 | 20 | ||
15 | [#552]: https://github.com/errbit/errbit/issues/552 | 21 | [#552]: https://github.com/errbit/errbit/issues/552 |
16 | [#558]: https://github.com/errbit/errbit/issues/558 | 22 | [#558]: https://github.com/errbit/errbit/issues/558 |
23 | +[#562]: https://github.com/errbit/errbit/issues/562 | ||
17 | 24 | ||
18 | ## 0.2.0 - 2013-09-11 | 25 | ## 0.2.0 - 2013-09-11 |
19 | 26 |
CONTRIBUTORS.md
1 | ## 0.2.1 - Not released yet | 1 | ## 0.2.1 - Not released yet |
2 | 2 | ||
3 | +- [@anicet][] | ||
4 | +- [@nashby][] | ||
3 | - [@shingara][] | 5 | - [@shingara][] |
4 | - [@tscolari][] | 6 | - [@tscolari][] |
5 | 7 | ||
8 | +[@anicet]: https://github.com/anicet | ||
9 | +[@nashby]: https://github.com/nashby | ||
6 | [@shingara]: https://github.com/shingara | 10 | [@shingara]: https://github.com/shingara |
7 | [@tscolari]: https://github.com/tscolari | 11 | [@tscolari]: https://github.com/tscolari |
8 | 12 |