From 3d6334f0f1da4aaee76e2283fd1ba7e79bef5dfa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 1 Jun 2017 00:40:49 +0200 Subject: [PATCH] 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. --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index f4eb783fe2..8f6576841c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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) ----------------------------