diff options
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/wx/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 4a94227a55..1ba7e62d7d 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,23 @@ <p>This document describes the changes made to the wxErlang application.</p> +<section><title>Wx 0.99.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Fix errors in wxDC and wxGraphicsContext api.</p> + <p>Add wxTaskBarIcon.</p> <p>Add + wxStyledTextControl:setEdgeMode/2.</p> <p>Add type and + specs for all functions and records.</p> + <p> + Own Id: OTP-9947</p> + </item> + </list> + </section> + +</section> + <section><title>Wx 0.99.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 3f3e9422a8..719eb0daf0 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 0.99.1 +WX_VSN = 0.99.2 |