diff options
| author | Erlang/OTP <[email protected]> | 2014-07-01 13:58:47 +0200 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2014-07-01 13:58:47 +0200 | 
| commit | dba1d881f3232a939c6620f5fd6b4a97ff454bee (patch) | |
| tree | c0b53be63b1f014d910d796d1cc6837b3310e1eb /lib/edoc/doc/src | |
| parent | 2387c54c1ffe02a5f7f1d9a097c6aa71553a16b8 (diff) | |
| download | otp-dba1d881f3232a939c6620f5fd6b4a97ff454bee.tar.gz otp-dba1d881f3232a939c6620f5fd6b4a97ff454bee.tar.bz2 otp-dba1d881f3232a939c6620f5fd6b4a97ff454bee.zip | |
Prepare release
Diffstat (limited to 'lib/edoc/doc/src')
| -rw-r--r-- | lib/edoc/doc/src/notes.xml | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index d7cbfa1fdc..b3440ce6e1 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -31,6 +31,25 @@    <p>This document describes the changes made to the EDoc      application.</p> +<section><title>Edoc 0.7.14</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +	    <p> The default encoding for Erlang source files is now +	    UTF-8. As a temporary measure to ease the transition from +	    the old default of Latin-1, if EDoc encounters byte +	    sequences that are not valid UTF-8 sequences, EDoc will +	    re-try in Latin-1 mode. This workaround will be removed +	    in a future release. </p> +          <p> +	    Own Id: OTP-12008</p> +        </item> +      </list> +    </section> + +</section> +  <section><title>Edoc 0.7.13</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
