Skip to content

Commit

Permalink
Preparing for release, 3.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Apr 29, 2016
1 parent 4389539 commit 3cfa2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
24 changes: 2 additions & 22 deletions CHANGELOG.md
Expand Up @@ -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).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 3cfa2b3

Please sign in to comment.