summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fa02b85..2728232 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
CHANGELOG
=========
+3.0.47: 2024-06-10
+------------------
+
+New features:
+- Allow passing exception classes for `KeyboardInterrupt` and `EOFError` in
+ `PromptSession`.
+
+Fixes:
+- Compute padding parameters for `Box` widget lazily.
+
+
3.0.46: 2024-06-04
------------------