summaryrefslogtreecommitdiff
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2019-12-06 11:29:08 +0100
committerErlang/OTP <otp@erlang.org>2019-12-06 11:29:08 +0100
commited79cd91e352e006bc2d30c59fcf81ee59785f35 (patch)
treeb449b9269a68fa96893c5036e02c51fa5384b18d /lib/erl_docgen
parentb6578adac504b8659d902228a69f9fea85ea5d6c (diff)
downloaderlang-ed79cd91e352e006bc2d30c59fcf81ee59785f35.tar.gz
Prepare release
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r--lib/erl_docgen/doc/src/notes.xml32
-rw-r--r--lib/erl_docgen/vsn.mk2
2 files changed, 32 insertions, 2 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml
index f51cd26a7f..e5076a4790 100644
--- a/lib/erl_docgen/doc/src/notes.xml
+++ b/lib/erl_docgen/doc/src/notes.xml
@@ -31,7 +31,37 @@
</header>
<p>This document describes the changes made to the <em>erl_docgen</em> application.</p>
- <section><title>Erl_Docgen 0.10</title>
+ <section><title>Erl_Docgen 0.11</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a cosmetic formatting bug in the data types
+ section of generated HTML documentation.</p>
+ <p>
+ Own Id: OTP-15940</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Added support for specifying what language a code snippet
+ should be highlighted as.</p>
+ <p>
+ Updated the code examples syntax highlighting library.</p>
+ <p>
+ Own Id: OTP-16209</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Erl_Docgen 0.10</title>
<section><title>Improvements and New Features</title>
<list>
diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk
index 2ac4acaf09..ebc9516da3 100644
--- a/lib/erl_docgen/vsn.mk
+++ b/lib/erl_docgen/vsn.mk
@@ -1 +1 @@
-ERL_DOCGEN_VSN = 0.10
+ERL_DOCGEN_VSN = 0.11