Skip to content

Commit b96c8d7

Browse files
committed
Add 0.13.1 changelog
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent c542959 commit b96c8d7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/sphinx/source/changelog.rst

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

4+
0.13.1
5+
------
6+
7+
A bugfix release. The fixed bugs are:
8+
9+
* #287: Turned off dictionary completion in bpython-curtsies
10+
* #281: Fixed a crash on error-raising properties
11+
* #286: Fixed input in Python 3
12+
* #293: Added encoding attribute to stdin bpython curtsies
13+
* #296: Fixed warnings in import completion for Python 3
14+
* #290: Stop using root logger
15+
* #301: Specify curtsies version in requirements
16+
17+
There's also a necessary regression: #232 (adding fileno() on stdin)
18+
is reintroduced because its previous fix was found to be the cause of #286
19+
420
0.13
521
----
622

0 commit comments

Comments
 (0)