Skip to content

Commit caff15a

Browse files
Release 3.0.16
1 parent 02a7b83 commit caff15a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
CHANGELOG
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+
416
3.0.15: 2020-02-11
517
------------------
618

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
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,

0 commit comments

Comments
 (0)