diff options
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 68 | ||||
-rw-r--r-- | lib/stdlib/doc/src/shell_docs.xml | 18 | ||||
-rw-r--r-- | lib/stdlib/src/stdlib.appup.src | 2 | ||||
-rw-r--r-- | lib/stdlib/vsn.mk | 2 |
4 files changed, 80 insertions, 10 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 96d1ffddc8..ad41d33d1d 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,74 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 3.14</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + This change fixes the handling of deep lists in the path + component when using uri_string:recompose/1.</p> + <p> + Own Id: OTP-16941</p> + </item> + <item> + <p> + Fix <seeerl + marker="shell_docs"><c>shell_docs</c></seeerl> to clear + shell decorations (bold/underline) when paginating + output.</p> + <p> + Fix various small renderings issues when integrating + <seeerl marker="shell_docs"><c>shell_docs</c></seeerl> + with edoc.</p> + <p> + Own Id: OTP-17047</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Improved the API and documentation of the uri_string + module.</p> + <p> + Added a new chapter to the Users Guide about Uniform + Resource Identifiers and their handling with the new API.</p> + <p> + Added two new API functions: + uri_string:allowed_characters/0 and + uri_string:percent_decode/1.</p> + <p> + This change has been marked as potentially incompatible + as uri_string:normalize/2 used to decode percent-encoded + character triplets that corresponded to characters not in + the reserved set. After this change, + uri_string:normalize/2 will only decode those + percent-encoded triplets that correspond to characters in + the unreserved set (ALPHA / DIGIT / "-" / "." / "_" / + "~").</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-16460</p> + </item> + <item> + <p> + The <c>shell_docs</c> module has been expanded with the + possibility to configure unicode, ansi and column size + for the rendered text.</p> + <p> + Own Id: OTP-16990</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.13.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/stdlib/doc/src/shell_docs.xml b/lib/stdlib/doc/src/shell_docs.xml index 2c86b2ef48..bd3e3600f7 100644 --- a/lib/stdlib/doc/src/shell_docs.xml +++ b/lib/stdlib/doc/src/shell_docs.xml @@ -109,11 +109,11 @@ <func> <name name="render" arity="2" since="OTP 23.0"/> - <name name="render" arity="3" clause_i="1" since="OTP @OTP-16990@"/> + <name name="render" arity="3" clause_i="1" since="OTP 23.2"/> <name name="render" arity="3" clause_i="2" since="OTP 23.0"/> - <name name="render" arity="4" clause_i="1" since="OTP @OTP-16990@"/> + <name name="render" arity="4" clause_i="1" since="OTP 23.2"/> <name name="render" arity="4" clause_i="2" since="OTP 23.0"/> - <name name="render" arity="5" since="OTP @OTP-16990@"/> + <name name="render" arity="5" since="OTP 23.2"/> <fsummary>Render the documentation for a module or function.</fsummary> <desc> <p>Render the documentation for a module or function.</p> @@ -121,11 +121,11 @@ </func> <func> <name name="render_type" arity="2" since="OTP 23.0"/> - <name name="render_type" arity="3" clause_i="1" since="OTP @OTP-16990@"/> + <name name="render_type" arity="3" clause_i="1" since="OTP 23.2"/> <name name="render_type" arity="3" clause_i="2" since="OTP 23.0"/> - <name name="render_type" arity="4" clause_i="1" since="OTP @OTP-16990@"/> + <name name="render_type" arity="4" clause_i="1" since="OTP 23.2"/> <name name="render_type" arity="4" clause_i="2" since="OTP 23.0"/> - <name name="render_type" arity="5" since="OTP @OTP-16990@"/> + <name name="render_type" arity="5" since="OTP 23.2"/> <fsummary>Render the documentation of a type in a module.</fsummary> <desc> <p>Render the documentation of a type in a module.</p> @@ -133,11 +133,11 @@ </func> <func> <name name="render_callback" arity="2" since="OTP 23.0"/> - <name name="render_callback" arity="3" clause_i="1" since="OTP @OTP-16990@"/> + <name name="render_callback" arity="3" clause_i="1" since="OTP 23.2"/> <name name="render_callback" arity="3" clause_i="2" since="OTP 23.0"/> - <name name="render_callback" arity="4" clause_i="1" since="OTP @OTP-16990@"/> + <name name="render_callback" arity="4" clause_i="1" since="OTP 23.2"/> <name name="render_callback" arity="4" clause_i="2" since="OTP 23.0"/> - <name name="render_callback" arity="5" since="OTP @OTP-16990@"/> + <name name="render_callback" arity="5" since="OTP 23.2"/> <fsummary>Render the documentation of a callback in a module.</fsummary> <desc> <p>Render the documentation of a callback in a module.</p> diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index f66ff560b3..2f44c251e0 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -40,6 +40,7 @@ {<<"^3\\.13$">>,[restart_new_emulator]}, {<<"^3\\.13\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.13\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, + {<<"^3\\.13\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^3\\.5$">>,[restart_new_emulator]}, {<<"^3\\.5\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.5\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, @@ -68,6 +69,7 @@ {<<"^3\\.13$">>,[restart_new_emulator]}, {<<"^3\\.13\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.13\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, + {<<"^3\\.13\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, {<<"^3\\.5$">>,[restart_new_emulator]}, {<<"^3\\.5\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.5\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index a03fc23e00..5f8e568387 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 3.13.2 +STDLIB_VSN = 3.14 |