Sourced from rexml's releases.
REXML 3.3.2 - 2024-07-16
Improvements
Improved parse performance.
- GH-160
- Patch by NAITOH Jun.
Improved parse performance.
Added support for raising a parse exception when an XML has extra content after the root element.
- GH-161
- Patch by NAITOH Jun.
Added support for raising a parse exception when an XML declaration exists in wrong position.
- GH-162
- Patch by NAITOH Jun.
Removed needless a space after XML declaration in pretty print mode.
- GH-164
- Patch by NAITOH Jun.
Stopped to emit
:text
event after the root element.
- GH-167
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that SAX2 parser doesn't expand predefined entities for
characters
callback.
- GH-168
- Patch by NAITOH Jun.
Thanks
NAITOH Jun
Watson
... (truncated)
Sourced from rexml's changelog.
3.3.2 - 2024-07-16 {#version-3-3-2}
Improvements
Improved parse performance.
- GH-160
- Patch by NAITOH Jun.
Improved parse performance.
Added support for raising a parse exception when an XML has extra content after the root element.
- GH-161
- Patch by NAITOH Jun.
Added support for raising a parse exception when an XML declaration exists in wrong position.
- GH-162
- Patch by NAITOH Jun.
Removed needless a space after XML declaration in pretty print mode.
- GH-164
- Patch by NAITOH Jun.
Stopped to emit
:text
event after the root element.
- GH-167
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that SAX2 parser doesn't expand predefined entities for
characters
callback.
- GH-168
- Patch by NAITOH Jun.
Thanks
NAITOH Jun
Watson
... (truncated)
2b285ac
Add 3.3.2 entry0e33d3a
test: improve linear performance test names910e5a2
Fix performance issue caused by using repeated >
characters inside `<xml><!...1f1e6e9
Fix ReDoS by using repeated space characters inside `<!DOCTYPE name
[<!ATTLIS...1cc1d9a
Suppress have_root not initialized warnings on Ruby < 367efb59
Fix performance issue caused by using repeated >
characters inside `<!DOCTY...a79ac8b
Fix performance issue caused by using repeated >
characters inside `<!DOCTY...c33ea49
Fix performance issue caused by using repeated >
characters after ` <!DOCTY...9f1415a
Fix performance issue caused by using repeated >
characters inside `CDATA [...c1b64c1
Fix performance issue caused by using repeated >
characters inside comments...