Skip to content

Commit

Permalink
prepare v2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 13, 2024
1 parent 68bcd25 commit 35b9599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased
# 2.7.0 (2024-02-13)

* Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and below.
* Feature: `Nori::Parser` has a new option, `:scrub_xml`, which defaults to true, for scrubbing invalid characters ([#72](https://github.com/savonrb/nori/pull/72)). This should allow documents containing invalid characters to still be parsed.
* Fix: REXML parser changes `&lt;` inside CDATA to `<` ([#94](https://github.com/savonrb/nori/pull/94))
* Change: `Object#blank?` is no longer patched in.

# 2.6.0 (2015-05-06)

Expand Down
2 changes: 1 addition & 1 deletion lib/nori/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Nori
VERSION = '2.6.0'
VERSION = '2.7.0'
end

0 comments on commit 35b9599

Please sign in to comment.