We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afcc18 commit a64b830Copy full SHA for a64b830
2 files changed
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+<a name="v2.3.0"></a>
5
+## [v2.3.0](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.2.3...v2.3.0) - 2023-11-07
6
+
7
+### Added
8
+* [Add CDATA support, Closes #52](https://github.com/rdfjs/rdfxml-streaming-parser.js/commit/41ac737e3fa64b3d8bb7fb589f59181bcddba4ae)
9
10
<a name="v2.2.3"></a>
11
## [v2.2.3](https://github.com/rdfjs/rdfxml-streaming-parser.js/compare/v2.2.2...v2.2.3) - 2023-06-05
12
package.json
@@ -1,6 +1,6 @@
{
"name": "rdfxml-streaming-parser",
- "version": "2.2.3",
+ "version": "2.3.0",
"description": "Streaming RDF/XML parser",
"keywords": [
"rdf/xml",
0 commit comments