Skip to content

Commit bd70bd7

Browse files
committed
docs: Update release notes and regenerate HTML documentation
The large amount of changes seems to be due to asciidoctor now omitting empty spans in formatted code.
1 parent 1a9a41b commit bd70bd7

File tree

3 files changed

+1189
-1114
lines changed

3 files changed

+1189
-1114
lines changed

docs/manual.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,6 +2167,26 @@ Because of the differences in document object models, performance considerations
21672167

21682168
:!numbered:
21692169

2170+
[[v1.14]]
2171+
=== v1.14 ^2023-10-01^
2172+
2173+
Maintenance release. Changes:
2174+
2175+
* Improvements:
2176+
. `xml_attribute::set_name` and `xml_node::set_name` now have overloads that accept pointer to non-null-terminated string and size
2177+
. Implement `parse_merge_pcdata` parsing mode in which PCDATA contents is merged into a single node when original document had comments that were skipped during parsing
2178+
. `xml_document::load_file` now returns a more consistent error status when given a path to a folder
2179+
2180+
* Bug fixes:
2181+
. Fix assertion in XPath number->string conversion when using non-English locales
2182+
. Fix PUGIXML_STATIC_CRT CMake option to correctly select static CRT when using MSVC and recent CMake
2183+
2184+
* Compatibility improvements:
2185+
. Fix GCC 2.95/3.3 builds
2186+
. Fix CMake 3.27 deprecation warnings
2187+
. Fix XCode 14 sprintf deprecation warning when compiling in C++03 mode
2188+
. Fix clang/gcc warnings `-Wweak-vtables`, `-Wreserved-macro-identifier`
2189+
21702190
[[v1.13]]
21712191
=== v1.13 ^2022-11-01^
21722192

0 commit comments

Comments
 (0)