Add changelog entries for the workaround for issue #3050

[ci skip]
This commit is contained in:
Iris Morelle 2018-05-09 04:57:10 -03:00
parent f1808253cd
commit b6813187e0
2 changed files with 6 additions and 0 deletions

View file

@ -48,6 +48,9 @@
* Avoid trying to load invalid base64-encoded data URIs.
* wesnoth_addon_manager and the addons.wesnoth.org web index can now use data URIs.
* Fixed a crash when using certain invalid color= values.
* Implemented a workaround for an unhandled std::bad_cast from string comparison
functions that caused a crash-to-desktop when opening Preferences among others
(issue #3050).
## Version 1.14.0
### Campaigns

View file

@ -24,6 +24,9 @@ changelog: https://github.com/wesnoth/wesnoth/blob/1.14/changelog.md
the official MP server.
* Attempting to save a screenshot with an unsupported format now shows an error
message, instead of saving the screenshot as BMP with the requested extension.
* Implemented a workaround for an unhandled std::bad_cast from string comparison
functions that caused a crash-to-desktop when opening Preferences among others
(issue #3050).
## Version 1.14.0