File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.16: 2020-02-11
5+ ------------------
6+
7+ (Commit 7f619e was missing in previous release.)
8+
9+ Fixes:
10+ - Several fixes to the completion code:
11+ * Give dictionary completions priority over path completions.
12+ * Always call non-fuzzy completer after fuzzy completer to prevent that some
13+ completions were missed out if the fuzzy completer doesn't find them.
14+
15+
4163.0.15: 2020-02-11
517------------------
618
Original file line number Diff line number Diff line change 1111setup (
1212 name = "ptpython" ,
1313 author = "Jonathan Slenders" ,
14- version = "3.0.15 " ,
14+ version = "3.0.16 " ,
1515 url = "https://github.com/prompt-toolkit/ptpython" ,
1616 description = "Python REPL build on top of prompt_toolkit" ,
1717 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments