Skip to content

Commit df928ec

Browse files
committed
0.10.10
1 parent 572b671 commit df928ec

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Changes

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{{$NEXT}}
2+
3+
0.10.10 2024-11-05T07:31:45+13:00
24
- Deprecate LibXML::Document input-compressed() which has proven to
35
be inconsistent across libxml2 versions and platforms.
46
- Fix initialization in Lib:XML::ErrorHandling.set-error-handling()
57
- Rework DocumentFragment balanced chunk parsing for news libxml
68
2.14+ implementation. Remove deprecated xmlKeepBlanksGlobal from
79
xml6 bindings.
8-
- Fix some libxml2.14 test regressions.
10+
- Fix some libxml2.14 test regressions and deprecation warnings
11+
in xml6 bindings.
912
- Fix xmlBufCreate() to pass 'size' argument.
10-
- Break LibXML::DocumentFragment parse() method into multis; making
11-
it consistent with LibXML::Parser
13+
- Refactor LibXML::_CharacterData string manipulation methods
14+
- Structure LibXML::DocumentFragment parse() method as multis;
15+
making it consistent with LibXML::Parser
1216

1317
0.10.9 2024-06-02T11:28:45+12:00
1418
- Deprecation of xmlLastError() global variable #111

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@
108108
"JSON::Fast",
109109
"App::Prove6"
110110
],
111-
"version": "0.10.9"
111+
"version": "0.10.10"
112112
}

lib/LibXML.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use W3C::DOM;
44
# Needed for Rakudo 2020.5.1 - see #59
55
use LibXML::XPath::Context;
66

7-
unit class LibXML:ver<0.10.9>:api<0.10.0>
7+
unit class LibXML:ver<0.10.10>:api<0.10.0>
88
is LibXML::Parser
99
does W3C::DOM::Implementation;
1010

0 commit comments

Comments
 (0)