diff options
author | Lars Thorsen <[email protected]> | 2012-04-27 15:04:10 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2012-04-27 15:04:10 +0200 |
commit | f73c09acbb61425e26093c44889ebce3582c0280 (patch) | |
tree | 2a5554cfc0319cdf2009964e6fc7fed40fdf4bc6 /lib/xmerl/doc/src/notes.xml | |
parent | 3334f1fa43cf9e2dbcfadc7be7af9ecf16a3272c (diff) | |
parent | 6cb6829ae3e7d06e2f24d50ff80a60ac1aa1e72c (diff) | |
download | otp-f73c09acbb61425e26093c44889ebce3582c0280.tar.gz otp-f73c09acbb61425e26093c44889ebce3582c0280.tar.bz2 otp-f73c09acbb61425e26093c44889ebce3582c0280.zip |
Merge branch 'maint-r15' into maint
* maint-r15:
Update release notes
Fix continuation bug in parse_default_decl_1/2
Diffstat (limited to 'lib/xmerl/doc/src/notes.xml')
-rw-r--r-- | lib/xmerl/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index 585d8bb688..bd12e688d0 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -31,6 +31,21 @@ <p>This document describes the changes made to the Xmerl application.</p> +<section><title>Xmerl 1.3.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Fix a continuation bug when a new block of bytes is + to be read during parsing of a default declaration. </p> + <p> + Own Id: OTP-10063 Aux Id: seq12049 </p> + </item> + </list> + </section> + +</section> + <section><title>Xmerl 1.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> |