From 4f5d97fb3d9ddc51dbc3a5b364e6110cf069fab1 Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Tue, 15 Oct 2013 16:57:35 +0200 Subject: [PATCH] update Changelog [ci skip] --- CHANGELOG.md | 17 +++++++++++++++++ CONTRIBUTORS.md | 13 +++++++++++++ 2 files changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e79575e8..994d66dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,31 @@ - [#515][] Update to Mongoid 3.1 ([@arthurnn][], [@shingara][]) - Drop the 1.8 support - [#289][] Add unwatch button on App view ([@numbata][], [@shingara][]) +- Add autofocus on email login page ([@shingara][]) +- Update Gem ([@arthurnn][], [@shingara][]) +- [#547][] Add capabilities to admin to regenerate the API key of his + app ([@shingara][]) +- Add environement variable configuration to change the ruby version to + use ([@shingara][]) +- [#588][] Change documentation to see Airbrake gem instead of + hoptoad_nofier ([@ugisozols][]) + +### Bug Fixes + +- [#565][] Treat request URL as CDATA so query string params don't + result in invalid XML ([@mildavw][]) [@arthurnn]: https://github.com/arthurnn +[@mildavw]: https://github.com/mildavw [@numbata]: https://github.com/numbata [@shingara]: https://github.com/shingara +[@ugisozols]: https://github.com/ugisozols [#289]: https://github.com/errbit/errbit/issues/289 [#515]: https://github.com/errbit/errbit/issues/515 +[#547]: https://github.com/errbit/errbit/issues/547 +[#565]: https://github.com/errbit/errbit/issues/565 ## 0.2.1 - Not released Yet diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a2d86de84..79df8bd5c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,12 +1,25 @@ ## 0.3.0 - Not released yet - [@arthurnn][] +- [@emgiezet][] +- [@jamescmartinez][] +- [@mildavw][] +- [@nashby][] - [@numbata][] - [@shingara][] +- [@simi][] +- [@ugisozols][] [@arthurnn]: https://github.com/arthurnn +[@emgiezet]: https://github.com/emgiezet +[@jamescmartinez]: https://github.com/jamescmartinez +[@mildavw]: https://github.com/mildavw +[@nashby]: https://github.com/nashby [@numbata]: https://github.com/numbata [@shingara]: https://github.com/shingara +[@simi]: https://github.com/simi +[@ugisozols]: https://github.com/ugisozols + ## 0.2.1 - Not released yet