summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
committerErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
commit2f361f653d649d002a26d1d2a5c8c3efd1303832 (patch)
treea1ed8c18d01f94f53ed73d7f12a7de8aaa71aac6 /lib/common_test/doc/src/notes.xml
parent47dc52e1189de34f148ca389a7810800a1d9240c (diff)
downloaderlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz
Prepare release
Diffstat (limited to 'lib/common_test/doc/src/notes.xml')
-rw-r--r--lib/common_test/doc/src/notes.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index c8e8e4a3e3..68c165c107 100644
--- a/lib/common_test/doc/src/notes.xml
+++ b/lib/common_test/doc/src/notes.xml
@@ -33,6 +33,50 @@
<file>notes.xml</file>
</header>
+<section><title>Common_Test 1.25</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ This change improves Common Test docs (CT hook example
+ code) and adds Emacs skeleton with hook code.</p>
+ <p>
+ Own Id: OTP-18377 Aux Id: PR-6437 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Updated common_test with a more robust way to fetch old
+ releases, while ignoring the current release.</p>
+ <p>
+ Own Id: OTP-18259 Aux Id: PR-5924 </p>
+ </item>
+ <item>
+ <p>
+ - re-write the XML <c>ct</c> module documentation into
+ erlang types to make Dialyzer able to catch more precise
+ errors</p>
+ <p>
+ Own Id: OTP-18340</p>
+ </item>
+ <item>
+ <p>
+ Deprecates <c>dbg:stop_clear/0</c> because it is simply a
+ function alias to <c>dbg:stop/0</c></p>
+ <p>
+ Own Id: OTP-18478 Aux Id: GH-6903 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Common_Test 1.24</title>
<section><title>Improvements and New Features</title>