Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.1 KB

changelog.rst

File metadata and controls

61 lines (39 loc) · 1.1 KB

Changelog

0.8.4 (2016/03/14)

  • fix sharing of exec_ctx between multi joinpoint execution instead of one per execution.

0.8.3 (2016/02/22)

  • remove depency to future.
  • update file hierarchy in order to leave the class Advice from the advice.core module.
  • add requirements.txt file.

0.8.2 (2016/01/28)

  • add support for pypy.

0.8.1 (2016/01/28)

  • fix wrong import of builtins in python2.7.
  • add tox file for a better multi-test environment.

0.8.0 (2015/11/09)

  • add dependency to six and future.
  • add support for python3.5.

0.7.9 (2015/09/22)

  • add reference to advice and joinpoint members in the main package.

0.7.8 (2015/06/14)

  • resolve documentation hosted by readthedocs.

0.7.7 (2015/06/13)

  • fix references shields.io badges.

0.7.6 (2015/06/13)

  • use shields.io badge.

0.7.5 (2015/06/02)

  • update README with a better state of the art.

0.7.4 (2015/05/20)

  • add wheel package.