Mention wxGetOsDescription() removal in the change log

Even though this function was private and not available in the default build
(in which wxUSE_OLE==1, while this function was only defined with
wxUSE_OLE==0), still mention its removal for completeness.
This commit is contained in:
Vadim Zeitlin
2017-06-01 00:40:49 +02:00
parent 60d9f403a2
commit 3d6334f0f1

View File

@@ -55,6 +55,9 @@ Changes in behaviour which may result in build errors
- WXWIN_OS_DESCRIPTION doesn't exist any longer, use wxGetOsDescription().
- Never documented and not always available private wxGetClipboardData()
function now doesn't exist at all any more in wxMSW, use wxClipboard instead.
3.1.1: (not released yet)
----------------------------