summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 55f5a14..4b5fae1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,7 +139,7 @@ C API
Documentation
-------------
-Improved the tutorial on creating types in C.
+- Improved the tutorial on creating types in C.
- point out the importance of reassigning data members before
assigning thier values
@@ -148,6 +148,7 @@ Improved the tutorial on creating types in C.
- mention the labor saving Py_VISIT and Py_CLEAR macros.
+- Major rewrite of the math module docs, to address common confusions.
New platforms
-------------