summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG36
1 files changed, 24 insertions, 12 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6a1eb21..69a95e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,19 @@
CHANGELOG
=========
-3.0.19: 2020-07-08
+3.0.20: 2021-09-14
+------------------
+
+New features:
+- For `DictionaryCompleter`: show parentheses after methods.
+
+Fixes:
+- Don't crash when trying to complete broken mappings in `DictionaryCompleter`.
+- Don't crash when an older version of `black` is installed that is not
+ compatible.
+
+
+3.0.19: 2021-07-08
------------------
Fixes:
@@ -10,14 +22,14 @@ Fixes:
- Allow usage of `await` in assignment expressions or for-loops.
-3.0.18: 2020-06-26
+3.0.18: 2021-06-26
------------------
Fixes:
- Made "black" an optional dependency.
-3.0.17: 2020-03-22
+3.0.17: 2021-03-22
------------------
Fixes:
@@ -26,7 +38,7 @@ Fixes:
- Fix race condition during retrieval of signatures.
-3.0.16: 2020-02-11
+3.0.16: 2021-02-11
------------------
(Commit 7f619e was missing in previous release.)
@@ -38,7 +50,7 @@ Fixes:
completions were missed out if the fuzzy completer doesn't find them.
-3.0.15: 2020-02-11
+3.0.15: 2021-02-11
------------------
New features:
@@ -48,7 +60,7 @@ Fixes:
- Fix `AttributeError` during retrieval of signatures with type annotations.
-3.0.14: 2020-02-10
+3.0.14: 2021-02-10
------------------
New features:
@@ -67,7 +79,7 @@ Fixes:
- Hide signature when sidebar is visible.
-3.0.13: 2020-01-26
+3.0.13: 2021-01-26
------------------
New features:
@@ -82,7 +94,7 @@ Fixes:
- Fix line ending bug in pager.
-3.0.12: 2020-01-24
+3.0.12: 2021-01-24
------------------
New features:
@@ -96,7 +108,7 @@ Fixes:
- Properly handle `SystemExit`.
-3.0.11: 2020-01-20
+3.0.11: 2021-01-20
------------------
New features:
@@ -119,7 +131,7 @@ Fixes:
- Don't execute PYTHONSTARTUP when -i flag was given.
-3.0.10: 2020-01-13
+3.0.10: 2021-01-13
------------------
Fixes:
@@ -128,7 +140,7 @@ Fixes:
default.
-3.0.9: 2020-01-10
+3.0.9: 2021-01-10
-----------------
New features:
@@ -137,7 +149,7 @@ New features:
- Show REPL title in pager.
-3.0.8: 2020-01-05
+3.0.8: 2021-01-05
-----------------
New features: