Skip to content

Commit 3f7102f

Browse files
update changelog for 13.1 bugfix release
1 parent 0a843bf commit 3f7102f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG

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

4+
v0.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)