summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/whatsnew.rst')
-rw-r--r--doc/source/whatsnew.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 9db3b96..d201019 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -46,6 +46,10 @@ v1.10
* ``ffi.buffer`` is now the name of cffi's buffer type, and
``ffi.buffer()`` works like before but is the constructor of that type.
+* ``ffi.addressof(lib, "name")`` now works also in in-line mode, not
+ only in out-of-line mode. This is useful for taking the address of
+ global variables.
+
v1.9
====