diff options
author | Erlang/OTP <[email protected]> | 2018-09-24 11:32:41 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-24 11:32:41 +0200 |
commit | fb7006280f8d5a45459e1fba066fe6f6131e8e86 (patch) | |
tree | cf9de0fc41d235c7f54fd480f8c91c3381ea4a1e /lib/common_test | |
parent | b03e95b4495c71c63ae7d483fee365d5cac05163 (diff) | |
download | otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.tar.gz otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.tar.bz2 otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.zip |
Prepare release
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 20 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index c8005d8f79..118dcd88bd 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,26 @@ <file>notes.xml</file> </header> +<section><title>Common_Test 1.16.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The Logger handler cth_log_redirect earlier called the + report callback (report_cb) before calling the logger + formatter. In some cases this would fail, since + cth_log_redirect could not handle report callbacks with + two arguments. This is now corrected, so only the + formatter will call the report callback.</p> + <p> + Own Id: OTP-15307</p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.16</title> <section><title>Improvements and New Features</title> diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 2dc1965878..fd5d4a57aa 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.16 +COMMON_TEST_VSN = 1.16.1 |