summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rdoc')
-rw-r--r--CHANGELOG.rdoc14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index b15798a..c8c1839 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -2,10 +2,22 @@
=== Unreleased
-https://github.com/patsplat/plist/compare/v3.6.0...HEAD
+https://github.com/patsplat/plist/compare/v3.7.0...HEAD
* Your contribution here!
+=== 3.7.0 (2023-02-21)
+
+https://github.com/patsplat/plist/compare/v3.6.0...v3.7.0
+
+New features and important changes:
+
+* Allow `Marshal.load` to be disabled for `Plist.parse_xml` (https://github.com/patsplat/plist/pull/61)
+
+Housekeeping:
+
+* Migrate from Travis CI to GitHub Actions; add Ruby 3.1 and 3.2 to CI matrix (https://github.com/patsplat/plist/pull/59)
+
=== 3.6.0 (2020-12-30)
https://github.com/patsplat/plist/compare/v3.5.0...v3.6.0