aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/doc/src/notes.xml
diff options
context:
space:
mode:
authorHenrik <[email protected]>2018-05-29 10:47:25 +0200
committerHenrik <[email protected]>2018-05-29 10:47:25 +0200
commitb9faca269de1de51ae33577cc204befbea24243c (patch)
tree5b0dedddf524df00c0377927c767ac2a25c3794f /lib/dialyzer/doc/src/notes.xml
parentd3b4568f6d910eb4ce26b7a899c8c414ae252386 (diff)
downloadotp-b9faca269de1de51ae33577cc204befbea24243c.tar.gz
otp-b9faca269de1de51ae33577cc204befbea24243c.tar.bz2
otp-b9faca269de1de51ae33577cc204befbea24243c.zip
Revert "Prepare release"
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rw-r--r--lib/dialyzer/doc/src/notes.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml
index 3330ca05e0..8d11252bff 100644
--- a/lib/dialyzer/doc/src/notes.xml
+++ b/lib/dialyzer/doc/src/notes.xml
@@ -32,53 +32,6 @@
<p>This document describes the changes made to the Dialyzer
application.</p>
-<section><title>Dialyzer 3.3</title>
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>Changed the default behaviour of <c>.erlang</c>
- loading: <c>.erlang</c> is no longer loaded from the
- current directory. <c>c:erlangrc(PathList)</c> can be
- used to search and load an <c>.erlang</c> file from user
- specified directories.</p> <p><c>escript</c>,
- <c>erlc</c>, <c>dialyzer</c> and <c>typer</c> no longer
- load an <c>.erlang</c> at all.</p>
- <p>
- *** POTENTIAL INCOMPATIBILITY ***</p>
- <p>
- Own Id: OTP-14439</p>
- </item>
- <item>
- <p> Dialyzer can no longer read BEAM files created with
- OTP 19 or earlier. </p>
- <p>
- Own Id: OTP-14493 Aux Id: PR-1434 </p>
- </item>
- <item>
- <p> Speed up the computation of MD5 sums. </p>
- <p>
- Own Id: OTP-14937 Aux Id: PR-1719 </p>
- </item>
- <item>
- <p> Fix a situation where Dialyzer unnecessarily
- discarded contract information, resulting in missed
- warnings. </p>
- <p>
- Own Id: OTP-14970 Aux Id: PR-1722 </p>
- </item>
- <item>
- <p> Do not emit warnings for fun expressions residing in
- code that cannot be run. This is consistent with how
- Dialyzer treats other code that cannot be run. </p>
- <p>
- Own Id: OTP-15079 Aux Id: ERL-593 </p>
- </item>
- </list>
- </section>
-
-</section>
-
<section><title>Dialyzer 3.2.4</title>
<section><title>Fixed Bugs and Malfunctions</title>