$ hg diff CHANGELOG
diff -r 8261d434c4e5 CHANGELOG
--- a/CHANGELOG Thu Jul 19 00:25:45 2012 +0300
+++ b/CHANGELOG Thu Jul 19 00:26:35 2012 +0300
@@ -14,6 +14,19 @@
* renamed Label parameter 'halign' to 'align', fix for issue:460
* remove unused module 'glext_missing' - everything should already be in
'glext_arb'
+ * window.get_platform() is deprecated and always returns window.Platform
+ instance (which is deprecated too)
+
+ Deprecated API (might be removed in future releases):
+
+ * app.displays and multiple display support - this unique X11 feature is
+ still accessible by using canvas.xlib.XlibDisplay class directly
+ * window.get_platform() and window.Platform
+ * Platform.get_display(name) - no equivalent, named displays are only
+ supported by X11, so you need to track them manualy
+ * Platform.get_default_display() - use pyglet.canvas.get_display()
+ * window.Display - use pyglet.canvas.Display
+ * window.Screen - use pyglet.canvas.Screen
Other changes and fixes: