Skip to content

Commit f225071

Browse files
committed
Update release notes.
1 parent 6aaff53 commit f225071

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

HISTORY

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
Specifically, instead of setting global parser options, pass them directly to either Parsers
99
or ParserContexts when creating them. Options are defined as constants in
1010
LibXML::XML::Parser::Options and LibXML::HTML::Parser::Options
11-
* Update Parser initialize methods to take named parameters instead of a hash table (you should *not*
12-
have to update your code due to this change)
13-
* Fix broken compiliation with libxml2 version 2.12.0 (due to libxml2 header changes)
11+
* Update Parser initialize methods to take keyword parameters instead of a hash table (you may have to update your code due to this change)
12+
* Fix broken compilation with libxml2 version 2.12.0 (due to libxml2 header changes)
1413
* Add support for Ruby 3.3.*
1514
* Remove support for Ruby 2.7.* (gem should still work but is no longer tested)
1615

0 commit comments

Comments
 (0)