From 62b0846ab0ee0ff0f8921cf48b74b31be2cdce16 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 14 Sep 2023 22:35:03 +0200 Subject: [PATCH] CHANGELOG update for 0.6.0 (#59) - fixes #58 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60084c1..b2e8988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.6.0 +----- +* [Duplexed Streams](https://github.com/sferik/multi_xml/pull/45) +* [Support for Oga](https://github.com/sferik/multi_xml/pull/47) +* [Integer unification for Ruby 2.4](https://github.com/sferik/multi_xml/pull/54) + 0.5.5 ----- * [Fix symbolize_keys function](https://github.com/sferik/multi_xml/commit/a4cae3aeb690999287cd30206399abaa5ce1ae81)