File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
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
9111.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
26281.3.3 (2015-10-02)
2729------------------
You can’t perform that action at this time.
0 commit comments