Skip to content

Commit 8b2ce14

Browse files
committed
Add 0.13.2 changelog
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at> (cherry picked from commit 27775bf) Conflicts: doc/sphinx/source/changelog.rst
1 parent 2afccdd commit 8b2ce14

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
Changelog
22
=========
33

4-
v0.13.1
4+
0.13.2
5+
-------
6+
7+
A bugfix release. The fixed bugs are:
8+
9+
* #424: Use new JSON API at bpaste.net.
10+
* #430: Fixed SNI issues with new pastebin service on Mac OS X.
11+
12+
0.13.1
513
-------
614

715
A bugfix release. The fixed bugs are:

doc/sphinx/source/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

4+
0.13.2
5+
------
6+
7+
A bugfix release. The fixed bugs are:
8+
9+
* #424: Use new JSON API at bpaste.net.
10+
* #430: Fixed SNI issues with new pastebin service on Mac OS X.
11+
12+
0.13.1
13+
------
14+
15+
A bugfix release. The fixed bugs are:
16+
17+
* #287: Turned off dictionary completion in bpython-curtsies
18+
* #281: Fixed a crash on error-raising properties
19+
* #286: Fixed input in Python 3
20+
* #293: Added encoding attribute to stdin bpython curtsies
21+
* #296: Fixed warnings in import completion for Python 3
22+
* #290: Stop using root logger
23+
* #301: Specify curtsies version in requirements
24+
25+
There's also a necessary regression: #232 (adding fileno() on stdin)
26+
is reintroduced because its previous fix was found to be the cause of #286
27+
428
0.13
529
----
630

0 commit comments

Comments
 (0)