Commit 4f5d97fb3d9ddc51dbc3a5b364e6110cf069fab1

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

update Changelog [ci skip]

Showing 2 changed files with 30 additions and 0 deletions   Show diff stats
CHANGELOG.md
... ... @@ -5,14 +5,31 @@
5 5 - [#515][] Update to Mongoid 3.1 ([@arthurnn][], [@shingara][])
6 6 - Drop the 1.8 support
7 7 - [#289][] Add unwatch button on App view ([@numbata][], [@shingara][])
  8 +- Add autofocus on email login page ([@shingara][])
  9 +- Update Gem ([@arthurnn][], [@shingara][])
  10 +- [#547][] Add capabilities to admin to regenerate the API key of his
  11 + app ([@shingara][])
  12 +- Add environement variable configuration to change the ruby version to
  13 + use ([@shingara][])
  14 +- [#588][] Change documentation to see Airbrake gem instead of
  15 + hoptoad_nofier ([@ugisozols][])
  16 +
  17 +### Bug Fixes
  18 +
  19 +- [#565][] Treat request URL as CDATA so query string params don't
  20 + result in invalid XML ([@mildavw][])
8 21  
9 22  
10 23 [@arthurnn]: https://github.com/arthurnn
  24 +[@mildavw]: https://github.com/mildavw
11 25 [@numbata]: https://github.com/numbata
12 26 [@shingara]: https://github.com/shingara
  27 +[@ugisozols]: https://github.com/ugisozols
13 28  
14 29 [#289]: https://github.com/errbit/errbit/issues/289
15 30 [#515]: https://github.com/errbit/errbit/issues/515
  31 +[#547]: https://github.com/errbit/errbit/issues/547
  32 +[#565]: https://github.com/errbit/errbit/issues/565
16 33  
17 34 ## 0.2.1 - Not released Yet
18 35  
... ...
CONTRIBUTORS.md
1 1 ## 0.3.0 - Not released yet
2 2  
3 3 - [@arthurnn][]
  4 +- [@emgiezet][]
  5 +- [@jamescmartinez][]
  6 +- [@mildavw][]
  7 +- [@nashby][]
4 8 - [@numbata][]
5 9 - [@shingara][]
  10 +- [@simi][]
  11 +- [@ugisozols][]
6 12  
7 13 [@arthurnn]: https://github.com/arthurnn
  14 +[@emgiezet]: https://github.com/emgiezet
  15 +[@jamescmartinez]: https://github.com/jamescmartinez
  16 +[@mildavw]: https://github.com/mildavw
  17 +[@nashby]: https://github.com/nashby
8 18 [@numbata]: https://github.com/numbata
9 19 [@shingara]: https://github.com/shingara
  20 +[@simi]: https://github.com/simi
  21 +[@ugisozols]: https://github.com/ugisozols
  22 +
10 23  
11 24 ## 0.2.1 - Not released yet
12 25  
... ...