We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9da689 commit 59cf8ecCopy full SHA for 59cf8ec
2 files changed
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+0.34: 2015-04-26
5
+----------------
6
+
7
+Bug fixes:
8
+- Correct display of multi width characters in completion menu.
9
10
+Backwards incompatible changes:
11
+- Renamed Buffer.add_to_history to Buffer.append_to_history.
12
13
0.33: 2015-04-25
14
----------------
15
setup.py
@@ -14,7 +14,7 @@
setup(
name='prompt_toolkit',
16
author='Jonathan Slenders',
17
- version='0.33',
+ version='0.34',
18
license='LICENSE.txt',
19
url='https://github.com/jonathanslenders/python-prompt-toolkit',
20
description='Library for building powerful interactive command lines in Python',
0 commit comments