aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1405a14..56f832b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
### Changed
-* If no log dir is specified `logging.find_log_dir()` now falls back to `tempfile.gettempdir()` instead of `/tmp/`.
+* (logging) If no log dir is specified `logging.find_log_dir()` now falls back
+ to `tempfile.gettempdir()` instead of `/tmp/`.
+
+### Fixed
+
+* (flags) Additional kwargs (e.g. `short_name=`) to `DEFINE_multi_enum_class`
+ are now correctly passed to the underlying `Flag` object.
## 1.3.0 (2022-10-11)