Fix a typo in "security fixes" in the change log

This commit is contained in:
Vadim Zeitlin 2022-04-04 12:43:56 +02:00
parent e4c2298e5e
commit 35a6d7b15f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ maximally condensed summary of the changes compared to 3.0:
- Improvements to compile-time safety with the possibility to disable dangerous
implicit conversions between wxString and "char*" strings.
- Latest versions of all bundled 3rd party libraries, including all the
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.
security fixes and support for WebKit 2 and GStreamer 1.7 under Unix.
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
- Further C++11 and later support improvements, wxWidgets can be built using
C++20 compilers.

View File

@ -96,7 +96,7 @@ maximally condensed summary:
- Improvements to compile-time safety with the possibility to disable dangerous
implicit conversions between wxString and "char*" strings.
- Latest versions of all bundled 3rd party libraries, including all the
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.
security fixes and support for WebKit 2 and GStreamer 1.7 under Unix.
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
- Further C++11 and later support improvements, wxWidgets can be built using
C++20 compilers.