* Fixed weaving of objects that don't live on root-level modules.
1.4.0
------------------
* Corrected weaving of methods, the weaved function should be unbound. * Rolling back only applies undos once. * Added a convenience `weave` fixture for pytest.
1.3.3
------------------
* Fixed typo in ``ABSOLUTELLY_ALL_METHODS`` name (now ``ABSOLUTELY_ALL_METHODS``). Old name is still there for backwards compatibility.
1.3.2
------------------
* Fixed another tricky bug in the generator advising wrappers - result was not returned if only `Proceed` was yielded.
1.3.1
------------------
* Corrected result handling when using Aspects on generators.