diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -93,6 +93,12 @@ Extensions - The Unicode database was updated to 6.0.0. +C-API +----- + +- Issue #9778: Hash values are now always the size of pointers. A new Py_hash_t + type has been introduced. + Tools/Demos ----------- |