Commit 7fa30d6c079cf35d2c697b002a065acfdceb1438

Authored by Cyril Mougel
1 parent a8faf3a1
Exists in master and in 1 other branch production

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 3 ### Improvements
4 4  
5 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 10 ### Bug Fixes
8 11  
9 12 - [#558][] Avoid failure if you remote bitbucket_rest_api gem
10 13 ([@shingara][])
  14 +- [#559][] Fix some issue on the migration with old database
  15 + ([@shingara][])
11 16  
  17 +[@nashby]: https://github.com/nashby
12 18 [@shingara]: https://github.com/shingara
13 19 [@tscolari]: https://github.com/tscolari
14 20  
15 21 [#552]: https://github.com/errbit/errbit/issues/552
16 22 [#558]: https://github.com/errbit/errbit/issues/558
  23 +[#562]: https://github.com/errbit/errbit/issues/562
17 24  
18 25 ## 0.2.0 - 2013-09-11
19 26  
... ...
CONTRIBUTORS.md
1 1 ## 0.2.1 - Not released yet
2 2  
  3 +- [@anicet][]
  4 +- [@nashby][]
3 5 - [@shingara][]
4 6 - [@tscolari][]
5 7  
  8 +[@anicet]: https://github.com/anicet
  9 +[@nashby]: https://github.com/nashby
6 10 [@shingara]: https://github.com/shingara
7 11 [@tscolari]: https://github.com/tscolari
8 12  
... ...