Prepare for release 3.5.5

This commit is contained in:
Michael Herold 2017-02-24 12:50:00 -06:00
parent e73f01b7a5
commit 8c7cd2be59
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,39 +6,17 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
## [Unreleased][unreleased]
## [3.5.5] - 2017-02-24
[unreleased]: https://github.com/intridea/hashie/compare/v3.5.4...master
[3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5
### Added
* [#326](https://github.com/intridea/hashie/pull/326): Added `Hashie::Extensions::Mash::KeepOriginalKeys` to give Mashes the ability to keep the original structure given to it - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
### Changed
* Your contribution here.
### Deprecated
* Your contribution here.
### Removed
* Your contribution here.
### Fixed
* [#415](https://github.com/intridea/hashie/pull/415): Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
### Security
* Your contribution here.
### Miscellaneous
* Your contribution here.
## [3.5.4] - 2017-02-22

View File

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