summaryrefslogtreecommitdiff
path: root/lib/ftp/doc
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-03-21 13:23:19 +0100
committerErlang/OTP <otp@erlang.org>2023-03-21 13:23:19 +0100
commit1cf126f91eb533783409da95b117207d8c13d9aa (patch)
treeefb80e7e4849aedd6f96f56b742735d0900a86fa /lib/ftp/doc
parent65e4ce9fc89943cb47292084e650c957a6904a8d (diff)
downloaderlang-1cf126f91eb533783409da95b117207d8c13d9aa.tar.gz
Prepare release
Diffstat (limited to 'lib/ftp/doc')
-rw-r--r--lib/ftp/doc/src/notes.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/lib/ftp/doc/src/notes.xml b/lib/ftp/doc/src/notes.xml
index b131eee82b..13d1a930e5 100644
--- a/lib/ftp/doc/src/notes.xml
+++ b/lib/ftp/doc/src/notes.xml
@@ -33,7 +33,34 @@
<file>notes.xml</file>
</header>
- <section><title>Ftp 1.1.4</title>
+ <section><title>Ftp 1.1.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixes the documentation for the <c>ftp</c> module and
+ updates the typing of <c>ftp</c> functions that return
+ errors.</p>
+ <p>
+ The documentation has been improved and the types of the
+ functions are now read from source code, instead of being
+ hard-coded in XML.</p>
+ <p>
+ Functions returning errors of the form <c>{error, Reason
+ :: 'ehost' | ...}</c> are now similar to other modules,
+ i.e., <c>{error, Reason :: term()}</c>. If one wants to
+ understand the error, one must call the function
+ <c>ftp:formaterror({error, Reason})</c>.</p>
+ <p>
+ Own Id: OTP-18359 Aux Id: PR-6545 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Ftp 1.1.4</title>
<section><title>Improvements and New Features</title>
<list>