Skip to content

Commit b0b028f

Browse files
committed
regen changelog
1 parent d24f50c commit b0b028f

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

CHANGELOG.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,34 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [Unreleased](https://github.com/minrk/wurlitzer/compare/2.0.1...HEAD)
8+
9+
#### [2.0.1](https://github.com/minrk/wurlitzer/compare/2.0.0...2.0.1)
10+
11+
> 6 July 2020
12+
13+
- Merge pull request #38 from minrk/flush-on-exit [`d24f50c`](https://github.com/minrk/wurlitzer/commit/d24f50c611164a3468622ca2ed80efc3abec8641)
14+
- flush sys streams on enter/exit [`6d9b49d`](https://github.com/minrk/wurlitzer/commit/6d9b49dac73e59d5d10a6588ae02ed585779d042)
15+
- flush sys streams in flush thread as well [`2682eb4`](https://github.com/minrk/wurlitzer/commit/2682eb4ef34c4268d21ebf75a5f146770a676cbc)
16+
717
### [2.0.0](https://github.com/minrk/wurlitzer/compare/1.0.3...2.0.0)
818

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

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

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

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

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

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

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

3851
> 22 June 2017
3952
4053
- use control pipe to signal closure [`#8`](https://github.com/minrk/wurlitzer/pull/8)
41-
54+
- import warnings [`#3`](https://github.com/minrk/wurlitzer/pull/3)
4255
- Do nothing if loaded in terminal IPython [`#2`](https://github.com/minrk/wurlitzer/pull/2)
43-
- retry dup2 on EBUSY [`6e2e906`](https://github.com/minrk/wurlitzer/commit/6e2e906a8f2ffbd5b27d92a147cd59b0d5008041)
4456

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

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

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

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

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

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

0 commit comments

Comments
 (0)