Skip to content

Commit 459753e

Browse files
committed
Update changelog
1 parent 4d744ca commit 459753e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,36 @@ Changelog
66

77
General information:
88

9+
* The #bpython channel has moved to OFTC.
10+
* Type annotations have been added to the bpython code base.
11+
* Declarative build configuration is used as much as possible.
12+
913
New features:
1014

15+
* #883: Allow auto-completion to be disabled
16+
* #841: Respect locals when using bpython.embed
17+
* Use pyperclip for better clipboard handling
18+
1119
Fixes:
1220

21+
* #879: Iterate over all completers until a successful one is found
22+
* #882: Handle errors in theme configuration without crashing
23+
* #884: Fix writing of b"" on fake stdout
24+
* #888: Read PYTHONSTARTUP with utf8 as encoding
25+
* #896: Use default sys.ps1 and sys.ps2 if user specified ones are not usable
26+
* #902: Do not crash when encountering unreadable files while processing modules for import completion
27+
* #909: Fix sys.stdin.readlin
28+
* #917: Fix tab completion for dict keys
29+
* #919: Replicate python behavior when running with -i and a non-existing file
30+
1331
Changes to dependencies:
1432

33+
* pyperclip is a new optional dependency for clipboard support
34+
* backports.cached-property is now required for Python < 3.8
35+
* dataclasses is now required for Python < 3.7
36+
37+
Support for Python 3.10 has been added.
38+
1539
0.21
1640
----
1741

0 commit comments

Comments
 (0)