summaryrefslogtreecommitdiff
path: root/lib/debugger
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2019-12-10 09:43:55 +0100
committerHenrik Nord <henrik@erlang.org>2019-12-10 09:43:55 +0100
commit70ce6bbb7ae11ffd6e0c99d583826941f7a62673 (patch)
tree06bc04dd7ece1f5715ba5a82e0aee983eb98b701 /lib/debugger
parent1a1e08030800bc01aceb14e2d8c730fbbd7317bc (diff)
parent926f03ce5ba4f2156a36940d267a1a1e683484ff (diff)
downloaderlang-70ce6bbb7ae11ffd6e0c99d583826941f7a62673.tar.gz
Merge branch 'maint'
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/doc/src/notes.xml16
-rw-r--r--lib/debugger/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml
index 795b46d467..64af47a4fb 100644
--- a/lib/debugger/doc/src/notes.xml
+++ b/lib/debugger/doc/src/notes.xml
@@ -33,6 +33,22 @@
<p>This document describes the changes made to the Debugger
application.</p>
+<section><title>Debugger 4.2.8</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p> Fix a bug where Unicode atoms are printed differently
+ depending on if integer lists are printed as strings or
+ not. </p>
+ <p>
+ Own Id: OTP-16186</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Debugger 4.2.7</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk
index daecc7594c..06fc743270 100644
--- a/lib/debugger/vsn.mk
+++ b/lib/debugger/vsn.mk
@@ -1 +1 @@
-DEBUGGER_VSN = 4.2.7
+DEBUGGER_VSN = 4.2.8