diff options
author | Erlang/OTP <[email protected]> | 2014-01-24 12:30:47 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-01-24 12:30:47 +0100 |
commit | 23790daf1a2d384b0fc11c655fa825151d9fa420 (patch) | |
tree | 639b427a78c17734e0c8f7398f99d74630184d03 /lib/syntax_tools/doc | |
parent | ff670ef98fa2d859c7fb4737ef836890fdf91d68 (diff) | |
download | otp-23790daf1a2d384b0fc11c655fa825151d9fa420.tar.gz otp-23790daf1a2d384b0fc11c655fa825151d9fa420.tar.bz2 otp-23790daf1a2d384b0fc11c655fa825151d9fa420.zip |
Prepare releaseOTP_R16B03-1
Diffstat (limited to 'lib/syntax_tools/doc')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index c5a1baebdb..b6614774e3 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -31,6 +31,38 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 1.6.13</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + In syntax_tools-1.6.12 (OTP R16B03) a bug was introduced + which broke reverting of local implicit funs. Implicit + funs were mistakenly thought to be using abstract terms + for their name and arity. This has now been corrected. + (Thanks to Anthony Ramine)</p> + <p> + Own Id: OTP-11576</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> The default encoding of Erlang files has been changed + from ISO-8859-1 to UTF-8. </p> <p> The encoding of XML + files has also been changed to UTF-8. </p> + <p> + Own Id: OTP-10907</p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 1.6.12</title> <section><title>Fixed Bugs and Malfunctions</title> |