Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 27, 2020
1 parent 6c05990 commit a5a94fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Authors
* Ionel Cristian Mărieș - https://blog.ionelmc.ro
* Claudiu Popa - https://github.com/PCManticore
* Mikhail Borisov - https://github.com/borman
* Dan Ailenei - https://github.com/Dan-Ailenei
* Tom Schraitle - https://github.com/tomschr
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

3.2.0 (2020-05-??)
------------------

* Implemented the :class:`~hunter.actions.StackPrinter` action.
* Implemented the :class:`~hunter.predicates.Backlog` predicate.
Contributed by Dan Ailenei in `#81 <https://github.com/ionelmc/python-hunter/pull/81>`_.
* Improved contributing section in docs a bit.
Contributed by Tom Schraitle in `#85 <https://github.com/ionelmc/python-hunter/pull/85>`_.
* Improved filtering performance by avoiding a lot of unnecessary
``PyObject_GetAttr`` calls in the Cython implementation of :class:`~hunter.predicates.Backlog`.

3.1.3 (2020-02-02)
------------------

Expand Down

0 comments on commit a5a94fb

Please sign in to comment.