diff options
author | Erlang/OTP <[email protected]> | 2018-05-25 12:14:27 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-05-25 12:14:27 +0200 |
commit | fd8e49b5bddceaae803670121b603b5eee8c5c08 (patch) | |
tree | 26cf13756466baac2711b5cb9d347116d213fa16 /lib/common_test | |
parent | 4f91c8a34f4cc2c728a63e8d218566b3b3795b10 (diff) | |
download | otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.tar.gz otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.tar.bz2 otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.zip |
Prepare release
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 7e909b24cd..c5df590b3f 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,21 @@ <file>notes.xml</file> </header> +<section><title>Common_Test 1.16</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Use uri_string module instead of http_uri.</p> + <p> + Own Id: OTP-14902</p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.15.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index ea3e9871cb..2dc1965878 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15.4 +COMMON_TEST_VSN = 1.16 |