Skip to content

Commit c5c3848

Browse files
committed
Update changelog.
1 parent 7ec78ab commit c5c3848

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
Changelog
33
=========
44

5+
0.3.0 (2015-03-29)
6+
------------------
7+
8+
* Added handling for internal repr failures.
9+
* Fixed issues with displaying code that has non-ascii characters.
10+
* Implemented better display for ``call`` frames so that when a function has decorators the
11+
function definition is shown (instead of just the first decorator).
12+
See: `#8 <https://github.com/ionelmc/python-hunter/issues/8>`_.
13+
514
0.2.1 (2015-03-28)
615
------------------
716

8-
* Add missing color entry for exception events.
9-
* Add :obj:`Event.line` property. It returns the source code for the line being run.
17+
* Added missing color entry for exception events.
18+
* Added :obj:`Event.line` property. It returns the source code for the line being run.
1019

1120
0.2.0 (2015-03-27)
1221
------------------

0 commit comments

Comments
 (0)