summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brictson <mattbrictson@users.noreply.github.com>2017-04-17 13:25:13 -0700
committerGitHub <noreply@github.com>2017-04-17 13:25:13 -0700
commitce81958ba2f7a81c5e492337189efd4e3b86618d (patch)
tree0141527675a52a818a9607bc6cc3456e4fd8c205
parentdece8702e753c18c2761b769a02f64a5d7cfc049 (diff)
downloadplist-ce81958ba2f7a81c5e492337189efd4e3b86618d.tar.gz
Add 3.2.0 release notes, clean up CHANGELOG (#34)
* Rename to `CHANGELOG.rdoc` * Add v3.2.0 release notes * Add "unreleased" section * Standardize headings for past releases * Add v2.1.2
-rw-r--r--CHANGELOG.rdoc (renamed from CHANGELOG)22
1 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG.rdoc
index c2b0dda..b9f5bbd 100644
--- a/CHANGELOG
+++ b/CHANGELOG.rdoc
@@ -1,6 +1,20 @@
= plist - All-purpose Property List manipulation library
-=== Release version 3.0.0!
+=== Unreleased
+
+https://github.com/patsplat/plist/compare/dece870...HEAD
+
+* Your contribution here!
+
+=== 3.2.0 (2016-01-28)
+
+https://github.com/patsplat/plist/compare/ea0b4e7...dece870
+
+* Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and string hash keys
+* Updated deprecated File.exists? to File.exist?
+* Fixed defect in PData in which exception was thrown when <data/> element was read from plist
+
+=== 3.1.0 (2010-02-23)
2010-02-23:
* Ruby 1.9.x compatibility!
@@ -24,7 +38,7 @@
2006-09-20 (r80):
* tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
-=== Release version 3.0.0!
+=== 3.0.0 (2006-09-20)
2006-09-20 (r77 - r79):
* move IndentedString inside Plist::Emit and :nodoc: it
@@ -56,6 +70,8 @@
* Sort hash keys before emitting (now we can test multi-element hashes!)
* Inject #<=> into Symbol so that sorting Symbol-keyed hashes won't freak out
+=== 2.1.2 (2006-09-20)
+
2006-09-12 (r47 - r51):
* More test rejiggering
* New tests to expose some bugs
@@ -68,7 +84,7 @@
* Make the parser strip out comments and Marshal.load <data> elements if possible
* Update some rdoc
-=== Release version 2.1.1!
+=== 2.1.1 (2006-09-10)
2006-09-10 (r31 - r32):
* Added encoding / decoding for entities (&amp; etc)