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 d067b9d commit f9a76fdCopy full SHA for f9a76fd
CHANGELOG
@@ -6,15 +6,24 @@ Changelog
6
7
New features:
8
* #641: Implement Ctrl+O.
9
+* Add default_autoreload config option.
10
+ Thanks to Alex Frieder.
11
12
Fixes:
13
* Fix deprecation warnings.
14
+* Do not call signal outside of main thread.
15
+ Thanks to Max Nordlund.
16
+* Fix option-backspace behavior.
17
18
* #648: Fix paste helper.
19
Thanks to Jakob Bowyer.
20
* #653: Handle docstrings more carefully.
21
* #654: Do not modify history file during tests.
22
* #658: Fix newline handling.
23
+ Thanks to Attila Szöllősi.
24
* #670: Fix handlign of ANSI escape codes.
25
26
+* #687: Fix encoding of jedi completions.
27
28
0.16
29
----
0 commit comments