From 606160ed68712fccc7d402427dbd7ff79a594a50 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Wed, 24 Aug 2016 23:32:13 +0100 Subject: [PATCH] Update the changelog re: generalized iterators --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 875b585d..0485e925 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,7 +25,8 @@ Breaking changes queued for v2.0.0 (Not yet released) * ``std::enable_shared_from_this<>`` now also works for ``const`` values * A return value policy can now be passed to ``handle::operator()`` * ``make_iterator()`` improvements for better compatibility with various types - (now uses prefix increment operator) + (now uses prefix increment operator); it now also accepts iterators with + different begin/end types as long as they are equality comparable. * ``arg()`` now accepts a wider range of argument types for default values * Added ``repr()`` method to the ``handle`` class. * Added support for registering structured dtypes via ``PYBIND11_NUMPY_DTYPE()`` macro.