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 d412b5e commit 93b8133Copy full SHA for 93b8133
CHANGELOG.rst
@@ -12,16 +12,21 @@ New features:
12
13
* #643: Provide bpython._version if built from Github tarballs
14
* #849: Make import completion skip list configurable
15
+* #876: Check spelling with codespell
16
+ Thanks to Christian Clauss
17
18
Fixes:
19
20
* #847: Fix import completion of modles
21
* #857: Replace remaining use of deprecated imp with importlib
22
+* #862: Upgrade curtsies version requirements
23
+ Thanks to Kelsey Blair
24
+* #863: State correct default config file directory
25
+ Thanks to niloct
26
* #866: Add more directories to the default import completion skip list
27
* #873: Handle 'd' when mapping colors
28
* #874: Avoid breakage with six's importer
29
-
30
0.20.1
31
------
32
0 commit comments