aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-06-02 11:39:07 +0200
committerErlang/OTP <[email protected]>2016-06-02 11:39:07 +0200
commitc04cad3ba921deb086d19e2de2526af4854add75 (patch)
tree305d62687e520a194bdf3bdfccff7b2a3a57b41a /lib/syntax_tools/doc/src
parent2c9dba638a8bda92e3db2d5c07e6ba251330c7ca (diff)
downloadotp-c04cad3ba921deb086d19e2de2526af4854add75.tar.gz
otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.bz2
otp-c04cad3ba921deb086d19e2de2526af4854add75.zip
Revert "Prepare release"
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
Diffstat (limited to 'lib/syntax_tools/doc/src')
-rw-r--r--lib/syntax_tools/doc/src/notes.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml
index ef207f7c3d..78b2c7c7a4 100644
--- a/lib/syntax_tools/doc/src/notes.xml
+++ b/lib/syntax_tools/doc/src/notes.xml
@@ -32,32 +32,6 @@
<p>This document describes the changes made to the Syntax_Tools
application.</p>
-<section><title>Syntax_Tools 2.0</title>
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>The abstract data type in <c>erl_syntax</c> is
- augmented with types and function specifications.</p>
- <p>The module <c>erl_prettypr</c> pretty prints types and
- function specification, and the output can be parsed.</p>
- <p>The types of record fields are no longer ignored. As a
- consequence <c>erl_syntax_lib:analyze_record_field/1</c>
- returns <c>{Default, Type}</c> instead of <c>Default</c>.
- The functions <c>analyze_record_attribute</c>,
- <c>analyze_attribute</c>, <c>analyze_form</c>, and
- <c>analyze_forms</c> in the <c>erl_syntax_lib</c> module
- are also affected by this incompatible change.</p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-12863</p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Syntax_Tools 1.7</title>
<section><title>Improvements and New Features</title>