Skip to content

Commit 1f7ff31

Browse files
committed
Update changelog.
Closes #16. Closes #15. Closes #18.
1 parent 74fbc6a commit 1f7ff31

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog
33
=========
44

5+
0.6.0 (2015-10-10)
6+
------------------
7+
8+
* Added a ``clear_env_var`` option on the tracer (disables tracing in subprocess).
9+
* Added ``force_colors`` option on :class:`VarsPrinter` and :class:`CodePrinter`.
10+
* Allowed setting the `stream` to a file name (option on :class:`VarsPrinter` and :class:`CodePrinter`).
11+
* Bumped up the filename alignment to 40 cols.
12+
* If not merging then `self` is not kept as a previous tracer anymore.
13+
Closes `#16 <https://github.com/ionelmc/python-hunter/issues/16>`_.
14+
* Fixed handling in VarsPrinter: properly print eval errors and don't try to show anything if there's an AttributeError.
15+
Closes `#18 <https://github.com/ionelmc/python-hunter/issues/18>`_.
16+
* Added a ``stdlib`` boolean flag (for filtering purposes).
17+
Closes `#15 <https://github.com/ionelmc/python-hunter/issues/15>`_.
18+
* Fixed broken frames that have "None" for filename or module (so they can still be treated as strings).
19+
* Corrected output files in the ``install_lib`` command so that pip can uninstall the pth file.
20+
This only works when it's installed with pip (sadly, ``setup.py install/develop`` and ``pip install -e`` will still
21+
leave pth garbage on ``pip uninstall hunter``).
22+
523
0.5.1 (2015-04-15)
624
------------------
725

0 commit comments

Comments
 (0)