summaryrefslogtreecommitdiff
path: root/lib/common_test
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-03-06 14:35:25 +0100
committerErlang/OTP <otp@erlang.org>2023-03-06 14:35:25 +0100
commit2970763168b9463eb30a7860d7dc3960136ba092 (patch)
treee148e34089bc7421e194cb8acc2732900fa4ea73 /lib/common_test
parent750a45ea07ebf0a4316fedba36b30b6adf6ab7d5 (diff)
downloaderlang-2970763168b9463eb30a7860d7dc3960136ba092.tar.gz
Prepare release
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/notes.xml16
-rw-r--r--lib/common_test/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml
index 4d9d8204b7..c8e8e4a3e3 100644
--- a/lib/common_test/doc/src/notes.xml
+++ b/lib/common_test/doc/src/notes.xml
@@ -33,6 +33,22 @@
<file>notes.xml</file>
</header>
+<section><title>Common_Test 1.24</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Renamed undocumented macro <c>CT_PEER/3</c> to
+ <c>CT_PEER_REL/3</c>.</p>
+ <p>
+ Own Id: OTP-18460</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Common_Test 1.23.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk
index 4c6aab9f25..472bde9027 100644
--- a/lib/common_test/vsn.mk
+++ b/lib/common_test/vsn.mk
@@ -1 +1 @@
-COMMON_TEST_VSN = 1.23.3
+COMMON_TEST_VSN = 1.24