diff options
author | Erlang/OTP <otp@erlang.org> | 2014-09-15 12:02:14 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2014-09-15 12:02:14 +0200 |
commit | 950d808c97a4c5b579f4f1cc16b95f2d419d3505 (patch) | |
tree | 7f2cf00f62e2378410fb29099b817b1f3185e253 /lib/erl_interface/doc | |
parent | 2191e216a95d3cb41edd7ad2069e3b2d88b907e7 (diff) | |
download | erlang-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.gz |
Update release notes
Diffstat (limited to 'lib/erl_interface/doc')
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 3f85af8956..1056d45ec6 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,23 @@ </header> <p>This document describes the changes made to the Erl_interface application.</p> +<section><title>Erl_Interface 3.7.18</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Implement --enable-sanitizers[=sanitizers]. Similar to + debugging with Valgrind, it's very useful to enable + -fsanitize= switches to catch bugs at runtime.</p> + <p> + Own Id: OTP-12153</p> + </item> + </list> + </section> + +</section> + <section><title>Erl_Interface 3.7.17</title> <section><title>Fixed Bugs and Malfunctions</title> |