Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 1, 2017
1 parent a9f81ed commit d9aecd1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

1.5.0 (2017-09-02)
------------------

* Added the ``Event.count`` and ``Event.calls`` attributes.
* Added the ``lt``/``lte``/``gt``/``gte`` lookups.
* Added convenience aliases for ``startswith`` (``sw``), ``endswith`` (``ew``) and ``regex`` (``rx``).
* Added a convenience ``hunter.wrap`` decorator to start tracing around a function.
* Added support for remote tracing (with two backends: `manhole <https://pypi.python.org/pypi/manhole>`__ and GDB) via
the ``hunter-trace`` bin. Note: **Windows is NOT SUPPORTED**.

1.4.1 (2016-09-24)
------------------

Expand Down

0 comments on commit d9aecd1

Please sign in to comment.