diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-11-09 08:56:43 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-11-09 08:56:43 -0800 |
commit | 57ef4ad459c0ce2ba86ced31bd0e72ab0afec71e (patch) | |
tree | 61a7efe37e8d9342dab900550716e9907db450fb | |
parent | 17a215523c41bfe5820bef55bee8840225fd7e12 (diff) |
docs: Add changelog draft for 1.8
-rw-r--r-- | docs/manual.adoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc index d1c33cf..cb1b764 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -2125,6 +2125,27 @@ Because of the differences in document object models, performance considerations :!numbered: +[[v1.8]] +=== v1.8 ^2016-??-??^ + +Maintenance release. Changes: + +* Specification changes: + . When printing empty elements, a space is no longer added before / in format_raw mode + +* New features: + . Added parse_embed_pcdata parsing mode in which PCDATA value is stored in the element node if possible (significantly reducing memory consumption for some documents) + . Added auto-detection support for Latin-1 (ISO-8859-1) encoding during parsing + +* Performance improvements: + . Minor memory allocation improvements (yielding up to 1% memory savings in some cases) + +* Compatibility improvements: + . Fixed compilation issues for Borland C++ 5.4 + . Fixed compilation issues for some distributions of MinGW 3.8 + . Fixed various Clang/GCC warnings + . Enabled move semantics support for XPath objects for MSVC 2010 and above + [[v1.7]] === v1.7 ^2015-10-19^ |