Prepare for release 3.5.4

This commit is contained in:
Michael Herold 2017-02-22 06:45:26 -06:00
parent de7c56a8c8
commit 897a3b0726
No known key found for this signature in database
GPG Key ID: 0325A44E1EA06F99
2 changed files with 3 additions and 25 deletions

View File

@ -6,40 +6,18 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
## [Unreleased][unreleased]
## [3.5.4] - 2017-02-22
[unreleased]: https://github.com/intridea/hashie/compare/v3.5.3...master
[3.5.4]: https://github.com/intridea/hashie/compare/v3.5.3...v3.5.4
### Added
* [#412](https://github.com/intridea/hashie/pull/412): Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
### Changed
* Your contribution here.
### Deprecated
* Your contribution here.
### Removed
* Your contribution here.
### Fixed
* [#409](https://github.com/intridea/hashie/pull/409): Fixed Railtie detection for projects where Rails is defined but Railties are not availble - [@CallumD](https://github.com/callumd).
* [#411](https://github.com/intridea/hashie/pull/411): Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
### Security
* Your contribution here.
### Miscellanous
* Your contribution here.
## [3.5.3] - 2017-02-11

View File

@ -20,7 +20,7 @@ $ gem install hashie
## Upgrading
You're reading the documentation for the next release of Hashie, which should be 3.5.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.5.3](https://github.com/intridea/hashie/blob/v3.5.3/README.md).
You're reading the documentation for the stable release of Hashie, 3.5.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions