diff readme.txt @ 2910:927fcf85b132

GTK4: Fix pageid type to be unsigned long in the macros. Update the readme with information about this change.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 27 Dec 2022 01:23:09 +0000
parents 1567f787b965
children edb4307ac7ce
line wrap: on
line diff
--- a/readme.txt	Tue Dec 27 00:58:58 2022 +0000
+++ b/readme.txt	Tue Dec 27 01:23:09 2022 +0000
@@ -51,6 +51,10 @@
 are packed.  For portability pack widgets before operating on them.
 
 Changes from version 3.2:
+WARNING: Fixed an API inconsistency in dw_notebook_page_destroy/set().
+    The page ID had been unsigned int when it should be unsigned long.
+    On some platforms apps compiled for versions prior to 3.3 may
+    malfunction when calling these API calls, so recompile with 3.3.
 Added tree widget/control support for iOS and Android.
 Removed the lib and dll directories previously used on Windows and OS/2.
     On Windows x86 and x64 subdirectories are created automatically