diff options
author | Henrik Nord <[email protected]> | 2019-03-12 12:42:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2019-03-12 12:42:50 +0100 |
commit | 1518224b7f955dfb8cdef04eac89d8f6df1694a1 (patch) | |
tree | 5b22a2d5896802c4fdb9be1a744a1d355cfd2686 /lib/edoc | |
parent | 0ffc8346553a5fc9322a75d4d8be5417dad67f29 (diff) | |
parent | 620ac3e68c5bc8b36143965fcf2892a07dc005c4 (diff) | |
download | otp-1518224b7f955dfb8cdef04eac89d8f6df1694a1.tar.gz otp-1518224b7f955dfb8cdef04eac89d8f6df1694a1.tar.bz2 otp-1518224b7f955dfb8cdef04eac89d8f6df1694a1.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/edoc/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index e818887eb8..145856bcaa 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the EDoc application.</p> +<section><title>Edoc 0.10</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Print a helpful message explaining that adding + <c>{preprocess, true}</c> can help if reading a source + file fails. </p> + <p> + Own Id: OTP-15605 Aux Id: ERL-841 </p> + </item> + </list> + </section> + +</section> + <section><title>Edoc 0.9.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index 0b3636f030..b6e1422623 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.9.4 +EDOC_VSN = 0.10 |