diff options
author | Erlang/OTP <[email protected]> | 2016-03-14 10:46:23 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-03-14 10:46:23 +0100 |
commit | 0f8afe80c6582f7affd17f36dc9cb48cc7946713 (patch) | |
tree | cadafafb1d71744708bffbe5094ee61a70a499da /lib/erl_docgen | |
parent | e15789aaf653543e4d7e0bcfdb769ffea67066c7 (diff) | |
download | otp-0f8afe80c6582f7affd17f36dc9cb48cc7946713.tar.gz otp-0f8afe80c6582f7affd17f36dc9cb48cc7946713.tar.bz2 otp-0f8afe80c6582f7affd17f36dc9cb48cc7946713.zip |
Prepare release
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index aa8bf14919..f70b3c8404 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,22 @@ </header> <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> - <section><title>Erl_Docgen 0.4.1</title> + <section><title>Erl_Docgen 0.4.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correctly generate anno tags for maps keys</p> + <p> + Own Id: OTP-12955</p> + </item> + </list> + </section> + +</section> + +<section><title>Erl_Docgen 0.4.1</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 43f5a570d7..3188b926ff 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.4.1 +ERL_DOCGEN_VSN = 0.4.2 |