We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c542959 commit b96c8d7Copy full SHA for b96c8d7
doc/sphinx/source/changelog.rst
@@ -1,6 +1,22 @@
1
Changelog
2
=========
3
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
20
0.13
21
----
22
0 commit comments