summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2016-04-29 12:33:09 -0400
committerdblock <dblock@dblock.org>2016-04-29 12:33:09 -0400
commit3cfa2b3e080dcbb839504d8d35c35ed47d9fafe3 (patch)
tree07c943d78d97aa9eab98690bbc12af6e5648f15b
parent43895394fcb2d4c008b5430396d5ec369b427ec0 (diff)
downloadhashie-3cfa2b3e080dcbb839504d8d35c35ed47d9fafe3.tar.gz
Preparing for release, 3.4.4.v3.4.4
-rw-r--r--CHANGELOG.md24
-rw-r--r--README.md2
2 files changed, 3 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f063809..792b1f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 9b6d6fa..98f62cf 100644
--- a/README.md
+++ b/README.md
@@ -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