From 85a6402146cc0a076a6ba849e9814b029240c2c7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 10 Nov 2013 00:33:06 +0000 Subject: [PATCH] Emphasize the importance of reading the changes section. Mention that the changes since 2.8 could be useful to read even when not actually upgrading since 2.8. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/changes_since28.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/changes_since28.h b/docs/doxygen/overviews/changes_since28.h index 4a0320db19..72fadf3df7 100644 --- a/docs/doxygen/overviews/changes_since28.h +++ b/docs/doxygen/overviews/changes_since28.h @@ -11,7 +11,12 @@ @page overview_changes_since28 Changes Since wxWidgets 2.8 This topic describes backwards-incompatible changes in wxWidgets 3.0 compared -to the last stable release. +to the last stable release and is very important to read if you are updating +from the 2.8 or an older version. And even if you hadn't used any previous +version of wxWidgets and are starting directly with 3.0, it can still be useful +to have at least a quick look at it just to know that some of the older +examples and tutorials may not be applicable any more to wxWidgets 3.0. + The incompatible changes can be grouped into the following categories: