CHANGELOG.md in saxy-0.6.0 vs CHANGELOG.md in saxy-0.6.1

- old
+ new

@@ -1,6 +1,10 @@ # Saxy Changelog +## 0.6.1 + +* Fixed passing options from `Saxy.parse` to parser's initializer + ## 0.6.0 * [BREAKING] `Saxy::ParsingError` now inherits from `StandardError`, not `Exception`. * [BREAKING] Forced encoding is now an option instead of third argument of `Saxy.parse` method. * Added `recovery` and `replace_entities` options that are internally passed to `Nokogiri::XML::SAX::ParserContext`