summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2016-03-19 22:55:45 -0700
committerRobert Bradshaw <robertwb@gmail.com>2016-03-19 22:55:45 -0700
commitcb6a9b0e2c3bf8c3e9b087581266743097556280 (patch)
tree673a44d755edaf00b7bafa6a8c62a0c93426d6b2
parentb5549af1682e49ef89022294f3277722154bd5bf (diff)
downloadcython-cb6a9b0e2c3bf8c3e9b087581266743097556280.tar.gz
Note about property syntax in CHANGES.rst
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2ca5da5c1..95c0defbe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.24.0 (2016-3-xx)
+0.24 (2016-3-xx)
===================
Features added
@@ -28,6 +28,8 @@ Features added
* Exception type tests have slightly lower overhead.
This fixes ticket 868.
+* @property syntax fully supported, old syntax deprecated.
+
* C++ classes can now be declared with default template parameters.
Bugs fixed