diff options
author | Erlang/OTP <[email protected]> | 2015-05-12 18:18:55 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-05-12 18:18:55 +0200 |
commit | e09dd66dc4d89c62ddfd8c19791f9678d5d787c6 (patch) | |
tree | 5967d95bbd5daf995246b0f66a4b40fa92c7f415 /lib/syntax_tools | |
parent | 11001c6a93ad6c2d0433cd7d23916d5a72f5eff3 (diff) | |
download | otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.gz otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.bz2 otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.zip |
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 14 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 408f6d5bac..8f245083c4 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -31,6 +31,20 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 1.7</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Use the new <c>erl_anno</c> module.</p> + <p> + Own Id: OTP-12732</p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 1.6.18</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 1c42ef0ddb..403e90196e 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 1.6.18 +SYNTAX_TOOLS_VSN = 1.7 |