diff options
author | Erlang/OTP <[email protected]> | 2015-03-31 12:24:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-03-31 12:24:04 +0200 |
commit | 62870c998955e1498e71bfc90607885e96ecaa27 (patch) | |
tree | bf280c3dc522ba41998c3b158265c7cb14f02f5b /lib/syntax_tools | |
parent | 64bebeaf45403feeac45a8c2b6226d6bc8b71b72 (diff) | |
download | otp-62870c998955e1498e71bfc90607885e96ecaa27.tar.gz otp-62870c998955e1498e71bfc90607885e96ecaa27.tar.bz2 otp-62870c998955e1498e71bfc90607885e96ecaa27.zip |
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index b0f11bb243..408f6d5bac 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -31,6 +31,21 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 1.6.18</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bad format of error in epp_dodger:parse_file/3</p> + <p> + Own Id: OTP-12406</p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 1.6.17</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 673362d01d..1c42ef0ddb 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 1.6.17 +SYNTAX_TOOLS_VSN = 1.6.18 |