Skip to content

Commit

Permalink
docs: Update release notes and regenerate HTML documentation
Browse files Browse the repository at this point in the history
The large amount of changes seems to be due to asciidoctor now omitting
empty spans in formatted code.
  • Loading branch information
zeux committed Sep 7, 2023
1 parent 1a9a41b commit bd70bd7
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 1,114 deletions.
20 changes: 20 additions & 0 deletions docs/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,26 @@ Because of the differences in document object models, performance considerations

:!numbered:

[[v1.14]]
=== v1.14 ^2023-10-01^

Maintenance release. Changes:

* Improvements:
. `xml_attribute::set_name` and `xml_node::set_name` now have overloads that accept pointer to non-null-terminated string and size
. 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
. `xml_document::load_file` now returns a more consistent error status when given a path to a folder

* Bug fixes:
. Fix assertion in XPath number->string conversion when using non-English locales
. Fix PUGIXML_STATIC_CRT CMake option to correctly select static CRT when using MSVC and recent CMake

* Compatibility improvements:
. Fix GCC 2.95/3.3 builds
. Fix CMake 3.27 deprecation warnings
. Fix XCode 14 sprintf deprecation warning when compiling in C++03 mode
. Fix clang/gcc warnings `-Wweak-vtables`, `-Wreserved-macro-identifier`

[[v1.13]]
=== v1.13 ^2022-11-01^

Expand Down
Loading

0 comments on commit bd70bd7

Please sign in to comment.