Skip to content

Commit

Permalink
Update CHANGELOG.rst
Browse files Browse the repository at this point in the history
The changes in version 0.5.
  • Loading branch information
Drekin authored Jun 25, 2016
1 parent bb2aa45 commit 7e9b879
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

0.5
---

- Recovering of Unicode ``sys.argv`` on Python 2 is now supported: module ``unicode_argv`` was added. Fixes #20.
- The runner uses ``compile(..., dont_inherit=True)`` even on Python 2. Fixes #14.
- Console detection was enhanced: ``StandardStreamInfo`` objects with methods ``is_a_TTY``, ``is_a_console``, ``should_be_fixed`` in ``streams`` module. ``sys.std*`` streams without ``fileno`` (e.g. Python 2 ``StringIO``) are supported.
- Custom readline hook is disabled on error to avoid an infinite loop in interactive session.


0.4
---

Expand Down

0 comments on commit 7e9b879

Please sign in to comment.