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
This commit is contained in:
Vadim Zeitlin 2013-10-07 12:07:50 +00:00
parent 74af3fcecc
commit 723276b7b2

View File

@ -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.