summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/notes.xml
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2020-04-27 12:17:02 +0200
committerHans Nilsson <hans@erlang.org>2020-04-27 12:17:02 +0200
commit19498e5d69261620d9d29a3e8e58e273f0e4527d (patch)
tree13c41c0565d1e1b3f3648bea5b9fb04503144132 /lib/stdlib/doc/src/notes.xml
parentbbbd20530602511d3e1df08a7695276e3c15e229 (diff)
parenta412a818fcc4046af276be11a071deb2c19879c2 (diff)
downloaderlang-19498e5d69261620d9d29a3e8e58e273f0e4527d.tar.gz
Merge branch 'maint'
* maint: Updated OTP version Prepare release
Diffstat (limited to 'lib/stdlib/doc/src/notes.xml')
-rw-r--r--lib/stdlib/doc/src/notes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index f1737f071b..88902eb5ee 100644
--- a/lib/stdlib/doc/src/notes.xml
+++ b/lib/stdlib/doc/src/notes.xml
@@ -653,6 +653,27 @@
</section>
+<section><title>STDLIB 3.8.2.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ <seealso marker="stdlib:re#run/3">re:run(Subject, RE,
+ [unicode])</seealso> returned <c>nomatch</c> instead of
+ failing with a <c>badarg</c> error exception when
+ <c>Subject</c> contained illegal utf8 and <c>RE</c> was
+ passed as a binary. This has been corrected along with
+ corrections of reduction counting in <c>re:run()</c>
+ error cases.</p>
+ <p>
+ Own Id: OTP-16553</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>STDLIB 3.8.2.3</title>
<section><title>Fixed Bugs and Malfunctions</title>