From 723276b7b209c20be1ebce66b9cb355fd44bcb90 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 7 Oct 2013 12:07:50 +0000 Subject: [PATCH] Mention wxWebView in the list of major changes since 2.8. It's certainly no less important than propgrid or ribbon (and arguably much more so). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 738638a7f6..1cf26ec6ed 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -535,9 +535,12 @@ Major new features in this release - wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8 internally, depending on what is optimal for the target platform. +- New webview library, implementing wxWebView: a wrapper for the native + platform web engine with full support for HTML and JavaScript. + - New propgrid library containing wxPropertyGrid and related classes. -- new ribbon library for advanced toolbars. +- New ribbon library for advanced toolbars. - Many enhancements to wxDataViewCtrl.