From b881ffc9a990698c1055dfe099c28f151219a5ba Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 14 Oct 2013 15:08:30 +0000 Subject: [PATCH] Added a changelog section for 3.0-RC2. List the most important changes since 3.0-RC1 already done. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index e4f7a195d9..e348292862 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -560,6 +560,15 @@ Major new features in this release was added. +3.0-RC2: (released 2013-10-xx) +------------------------------ + +All: + +- Add possibility to validate the input files against a schema to wxrc. +- Fix recently broken compilation with Intel compiler. + + 3.0-RC1: (released 2013-10-07) ------------------------------