summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Cheung <jch@whatcodecraves.com>2013-02-14 12:50:53 -0800
committerJerry Cheung <jch@whatcodecraves.com>2013-02-14 12:50:53 -0800
commit932a10de312ddb1cadc1e3175925da4be0a72fdf (patch)
tree0eaf0aa406fa86901be3399beb170ebe2187005f
parentded7269e915dc1c145b6b6dcbc79e64ac7e20cd8 (diff)
downloadhashie-932a10de312ddb1cadc1e3175925da4be0a72fdf.tar.gz
add CHANGELOG
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..8039652
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+# CHANGELOG
+
+## 2.0.0
+
+* update gemspec with license info jordimassaguerpla #72
+* fix readme typo jcamenisch #71
+* initialize with merge coerces values mattfawcett #27
+* Hashie::Extensions::Coercion coerce_keys takes arguments mattfawcett #28
+* Trash removes translated values on initialization sleverbor #39
+* Mash#fetch works with symbol or string keys arthwood #66
+* Hashie::Hash inherits from ::Hash to avoid ambiguity meh, orend #49
+* update respond_to? method signature to match ruby core definition dlupu #62
+* DeepMerge extension nashby #41
+* Dash defaults are dup'ed before assigned ohrite #63
+* remove id, type, and object_id as special allowable keys jch #77
+* merge and update accepts a block jch #78