Skip to content

Commit

Permalink
regen changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 6, 2020
1 parent d24f50c commit b0b028f
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,34 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/minrk/wurlitzer/compare/2.0.1...HEAD)

#### [2.0.1](https://github.com/minrk/wurlitzer/compare/2.0.0...2.0.1)

> 6 July 2020
- Merge pull request #38 from minrk/flush-on-exit [`d24f50c`](https://github.com/minrk/wurlitzer/commit/d24f50c611164a3468622ca2ed80efc3abec8641)
- flush sys streams on enter/exit [`6d9b49d`](https://github.com/minrk/wurlitzer/commit/6d9b49dac73e59d5d10a6588ae02ed585779d042)
- flush sys streams in flush thread as well [`2682eb4`](https://github.com/minrk/wurlitzer/commit/2682eb4ef34c4268d21ebf75a5f146770a676cbc)

### [2.0.0](https://github.com/minrk/wurlitzer/compare/1.0.3...2.0.0)

> 25 October 2019
- use selectors instead of select.poll [`#34`](https://github.com/minrk/wurlitzer/pull/34). Requires `selectors2` package on Python < 3.4.
- use selectors instead of select.poll [`#34`](https://github.com/minrk/wurlitzer/pull/34)

#### [1.0.3](https://github.com/minrk/wurlitzer/compare/1.0.2...1.0.3)

> 13 June 2019
- Add thread lock [`#30`](https://github.com/minrk/wurlitzer/pull/30)
- PR: Add thread lock [`#30`](https://github.com/minrk/wurlitzer/pull/30)
- update packages on travis [`#31`](https://github.com/minrk/wurlitzer/pull/31)
- test on mac [`#25`](https://github.com/minrk/wurlitzer/pull/25)
- select.poll timeout is in milliseconds [`#26`](https://github.com/minrk/wurlitzer/pull/26)
- using poll instead of select in forwarder [`#24`](https://github.com/minrk/wurlitzer/pull/24)
- setup.py improvements [`#19`](https://github.com/minrk/wurlitzer/pull/19)
- Link blogpost about redirecting stdout/stderr [`#18`](https://github.com/minrk/wurlitzer/pull/18)
- Prevent wurlitzer from entering multiple times [`#27`](https://github.com/minrk/wurlitzer/pull/28)
- fix threading issues [`1c59bb4`](https://github.com/minrk/wurlitzer/commit/1c59bb435da05fe2e48915aa5c9f485575a7ad1b)
- fixes #27? [`#27`](https://github.com/minrk/wurlitzer/issues/27)

#### [1.0.2](https://github.com/minrk/wurlitzer/compare/1.0.1...1.0.2)

Expand All @@ -31,16 +43,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 22 January 2018
- Test more Pythons [`#13`](https://github.com/minrk/wurlitzer/pull/13)
- avoid unnecessary close of original FDs [`#11`](https://github.com/minrk/wurlitzer/pull/11)

### [1.0.0](https://github.com/minrk/wurlitzer/compare/0.2.0...1.0.0)

> 22 June 2017
- use control pipe to signal closure [`#8`](https://github.com/minrk/wurlitzer/pull/8)

- import warnings [`#3`](https://github.com/minrk/wurlitzer/pull/3)
- Do nothing if loaded in terminal IPython [`#2`](https://github.com/minrk/wurlitzer/pull/2)
- retry dup2 on EBUSY [`6e2e906`](https://github.com/minrk/wurlitzer/commit/6e2e906a8f2ffbd5b27d92a147cd59b0d5008041)

#### [0.2.0](https://github.com/minrk/wurlitzer/compare/0.1.2...0.2.0)

Expand All @@ -52,7 +64,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 13 March 2016
- readme more [`e905543`](https://github.com/minrk/wurlitzer/commit/e9055432933b29a70246299f2534e44af01c7edb)
- flush before entering wurlitzer [`a8b3a85`](https://github.com/minrk/wurlitzer/commit/a8b3a856a576fe50e8771fddad7fcf3b21ae3285)
- bump patch on release [`841cf92`](https://github.com/minrk/wurlitzer/commit/841cf922a77fd1a954ff968530d096ecfc1879aa)

#### [0.1.1](https://github.com/minrk/wurlitzer/compare/0.1.0...0.1.1)

Expand All @@ -64,4 +78,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 9 March 2016
Initial release
- init package [`88e28b7`](https://github.com/minrk/wurlitzer/commit/88e28b7685806006fdd3c9a2021705be1b9fbbed)
- Add demo notebook [`ea70e0e`](https://github.com/minrk/wurlitzer/commit/ea70e0e1f82ccb2e3283b6baf2c1d91c0b05ac8a)
- Initial commit [`9646cf2`](https://github.com/minrk/wurlitzer/commit/9646cf2417cc46c61d1f6437f8f76efa56ccf2d8)

0 comments on commit b0b028f

Please sign in to comment.