diff options
author | Hans Bolinder <[email protected]> | 2009-12-01 08:49:55 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-01 08:49:55 +0000 |
commit | c6f2df73550c341725c5c1db4083217f2d1b9fef (patch) | |
tree | 2f4d1bb2cb7c1615f132d7540cf3eeef9746f06f /lib/debugger/doc | |
parent | 7a75e61f847c0dd7a97e38b433fd15cedbb50860 (diff) | |
download | otp-c6f2df73550c341725c5c1db4083217f2d1b9fef.tar.gz otp-c6f2df73550c341725c5c1db4083217f2d1b9fef.tar.bz2 otp-c6f2df73550c341725c5c1db4083217f2d1b9fef.zip |
OTP-8310 Bugs have been fixed in the evaluation of comprehensions and
short-circuit expressions in guards.
Diffstat (limited to 'lib/debugger/doc')
-rw-r--r-- | lib/debugger/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index a046eb8af0..59ee5ff5d0 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the Debugger application.</p> +<section><title>Debugger 3.2.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Bugs have been fixed in the evaluation of comprehensions + and short-circuit expressions in guards.</p> + <p> + Own Id: OTP-8310</p> + </item> + </list> + </section> + +</section> + <section><title>Debugger 3.2.1</title> <section><title>Improvements and New Features</title> |