diff --git a/CHANGES.rst b/CHANGES.rst index 4c170b4a973b3ac3ca6f92e4a57404c86ba5a390..4a5d5404ec7de1f4d23047276ae3eb55d1c3a688 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,6 +19,9 @@ Features added Bugs fixed ---------- +* ``dict.items()``, ``dict.keys()`` and ``dict.values()`` no longer return lists + in Python 3. + * Exiting from an ``except-as`` clause now deletes the exception in Python 3 mode. * The declarations of ``frexp()`` and ``ldexp()`` in ``math.pxd`` were incorrect.