Changed paths:
M docs/changes.txt
M docs/doxygen/overviews/string.h
M include/wx/string.h
Log Message:
-----------
Add support for wxNO_IMPLICIT_WXSTRING_CONV_TO_PTR to wxString
This symbol is similar to the existing wxNO_IMPLICIT_WXSTRING_ENCODING
and can be defined when building the application (as opposed to when
building the library) to disable implicit wxString conversions to
pointer types, i.e. char*, wchat_t* and void*.
(partially cherry-picked from 889845fbc4a89e2fba62c96e04d26b0cf5639cd1)
Log Message:
-----------
Use go-httpbin v2.20.0 in AppVeyor CI
The next 2.21 version requires Go version newer than the one available
there and installing it takes extra time and fails completely when using
(too old?) Visual Studio 2015 image.
(cherry picked from commit 3e3ccab35c6cf37b989c1f1e3340a3eb731317e8)