diff options
author | Erlang/OTP <[email protected]> | 2013-12-09 20:12:33 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-12-09 20:12:33 +0100 |
commit | 25237481ccccd3ddfa74582dc267632ad618ba30 (patch) | |
tree | 5a70ff65dd58d7315971476921837f3e43a572f6 /lib/xmerl/doc/src/notes.xml | |
parent | ba05ec6dcbf26df15351eae0dc2055c9628b9706 (diff) | |
download | otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.gz otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.bz2 otp-25237481ccccd3ddfa74582dc267632ad618ba30.zip |
Prepare releaseOTP_R16B03
Diffstat (limited to 'lib/xmerl/doc/src/notes.xml')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index be4b4bcb4f..3a217aa8b1 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,29 @@ <p>This document describes the changes made to the Xmerl application.</p> +<section><title>Xmerl 1.3.5</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Teach xmerl_xpath to resolve context namespaces in more + cases. Thanks to Daniel White.</p> + <p> + Own Id: OTP-11461</p> + </item> + <item> + <p> + Avoid serialization on code_server in xmerl:export(). + Thanks to Richard Carlsson.</p> + <p> + Own Id: OTP-11463</p> + </item> + </list> + </section> + +</section> + <section><title>Xmerl 1.3.4</title> <section><title>Improvements and New Features</title> |