optimize order preservation (keep pointers to keys instead of copies); remove (unnecessary) prserveOrder flag from Stringifier::stringify()

This commit is contained in:
unknown
2015-06-01 10:29:51 -05:00
parent 4ac92e5cb2
commit 956f38574a
6 changed files with 64 additions and 39 deletions

View File

@@ -1,6 +1,30 @@
POCO C++ Libraries Release Notes
AAAIntroduction
!!!Release 1.7.0
!!Summary of Changes
- JSON Stringifier fails with preserve insert order #819
!!Incompatible Changes and Possible Transition Issues
- Modified JSON::Stringifier interface (removed preserve order flag which had no effect)
!!!Release 1.6.1
!!Summary of Changes
-
!!Incompatible Changes and Possible Transition Issues
-
!!!Release 1.6.0
!!Summary of Changes