Skip to content

Commit f84dd17

Browse files
authored
Update CHANGELOG with unreleased fixes
Added unreleased section with a fix for duplicate iterators in mocker.spy.
1 parent d4dc3e6 commit f84dd17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Releases
22
========
33

4+
UNRELEASED
5+
----------
6+
7+
*UNRELEASED*
8+
9+
* `#529 <https://github.com/pytest-dev/pytest-mock/issues/529>`_: Fixed ``itertools._tee object has no attribute error`` -- now ``duplicate_iterators=True`` must be passed to ``mocker.spy`` to duplicate iterators.
10+
411
3.15.0
512
------
613

0 commit comments

Comments
 (0)