Skip to content

Commit 60f35b9

Browse files
committed
Update changelog.
1 parent 6d8a33e commit 60f35b9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Changelog
22
=========
33

4-
unreleased (2019-07-19)
5-
-----------------------
4+
1.5.0 (2020-04-05)
5+
------------------
66

7-
* During weaving, stop reading attributes don't match the method selector.
7+
* Fixed ``weave`` to stop reading attributes that don't match the method selector.
8+
Contributed by Jonas Maurus in `#14 <https://github.com/ionelmc/python-aspectlib/pull/14>`_.
9+
* Added support for Python 3.7 and 3.8 (``async def`` functions and generators).
810

911
1.4.2 (2016-05-10)
1012
------------------
@@ -21,7 +23,7 @@ unreleased (2019-07-19)
2123

2224
* Corrected weaving of methods, the weaved function should be unbound.
2325
* Rolling back only applies undos once.
24-
* Added a convenience `weave` fixture for pytest.
26+
* Added a convenience ``weave`` fixture for pytest.
2527

2628
1.3.3 (2015-10-02)
2729
------------------

0 commit comments

Comments
 (0)