Commit e7e3a178e880201784023cc9783fbabb81ac3278
1 parent
c250fb57
Exists in
master
and in
1 other branch
start adding a CHANGELOG file
Showing
1 changed file
with
19 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,19 @@ | @@ -0,0 +1,19 @@ | ||
1 | +## 0.1.0 - Not released yet | ||
2 | + | ||
3 | +### Improvements | ||
4 | + | ||
5 | +- [#474][] Improve message when access denied. ([@chadcf][]) | ||
6 | +- [#468][] Launch a repairDatabase in MongoDB database after launching | ||
7 | + the clear_resolved task. ([@shingara][]) | ||
8 | +- Update gem of Mongoid to 2.7.1 | ||
9 | +- Update gem of Mongo to 1.8.5 | ||
10 | +- [#457][] Add task information about db:seed in Readme. ([@mildavw][]) | ||
11 | +- Add support of Ruby 2.0.0 | ||
12 | + | ||
13 | +### Bug fixes | ||
14 | + | ||
15 | +- [#469][] Fix issue about the documentation of new heroku addons usage. | ||
16 | + ([@adamjt][]) | ||
17 | +- [#455][] Avoid raising exception if you comment an exception and no | ||
18 | + other user are define to received this comment. ([@alvarobp][]) | ||
19 | +- [#453][] Fix ruby 2.0.0 incompatibilities with gem ([@SamSaffron][]) |