Preparing for release, 3.4.4.

This commit is contained in:
dblock 2016-04-29 12:33:09 -04:00
parent 43895394fc
commit 3cfa2b3e08
2 changed files with 3 additions and 23 deletions

View File

@ -6,26 +6,14 @@ scheme are considered to be bugs.
[semver]: http://semver.org/spec/v2.0.0.html
## [Unreleased][unreleased]
## [3.4.4] - 2016-04-29
[unreleased]: https://github.com/intridea/hashie/compare/v3.4.3...master
[3.4.4]: https://github.com/intridea/hashie/compare/v3.4.3...v3.4.4
### Added
* [#349](https://github.com/intridea/hashie/pull/349): Convert `Hashie::Mash#dig` arguments for Ruby 2.3.0 - [@k0kubun](https://github.com/k0kubun).
### Changed
* Nothing yet.
### Deprecated
* Nothing yet.
### Removed
* Nothing yet.
### Fixed
* [#240](https://github.com/intridea/hashie/pull/240): Fixed nesting twice with Clash keys - [@bartoszkopinski](https://github.com/bartoszkopinski).
@ -35,14 +23,6 @@ scheme are considered to be bugs.
* [#346](https://github.com/intridea/hashie/pull/346): Fixed `merge` breaking indifferent access - [@docwhat](https://github.com/docwhat), [@michaelherold](https://github.com/michaelherold).
* [#350](https://github.com/intridea/hashie/pull/350): Fixed from string translations used with `IgnoreUndeclared` - [@marshall-lee](https://github.com/marshall-lee).
### Security
* Nothing yet.
### Miscellanous
* Nothing yet.
## [3.4.3] - 2015-10-25
[3.4.3]: https://github.com/intridea/hashie/compare/v3.4.2...v3.4.3

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.4.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [3.4.3](https://github.com/intridea/hashie/blob/v3.4.3/README.md).
You're reading the documentation for the stable release of Hashie, 3.4.4. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
## Hash Extensions