summaryrefslogtreecommitdiff
path: root/lib/common_test/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-09-20 12:30:33 +0200
committerErlang/OTP <otp@erlang.org>2022-09-20 12:30:33 +0200
commit6417c83bbcd4b5f3db3c1445c8dcb31b97bcabdf (patch)
tree814c2a2f786da52c3f5e658bf2dbfc95ec5b45ba /lib/common_test/doc/src
parenta258c987004d3cc6e1716c682c0d686e3b81d1c6 (diff)
downloaderlang-6417c83bbcd4b5f3db3c1445c8dcb31b97bcabdf.tar.gz
Prepare release
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r--lib/common_test/doc/src/notes.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index d5a47e2110..5dca77f4e9 100644
--- a/lib/common_test/doc/src/notes.xml
+++ b/lib/common_test/doc/src/notes.xml
@@ -33,6 +33,35 @@
<file>notes.xml</file>
</header>
+<section><title>Common_Test 1.23.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix cth_surefire to handle when a suite is not compiled
+ with <c>debug_info</c>. This bug has been present since
+ Erlang/OTP 25.0.</p>
+ <p>
+ Own Id: OTP-18208 Aux Id: ERIERL-852 PR-6229 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Common Test now preserves stack traces for throws.</p>
+ <p>
+ Own Id: OTP-18138 Aux Id: GH-5719, PR-6029 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Common_Test 1.23</title>
<section><title>Fixed Bugs and Malfunctions</title>