3
0
Fork 0

Make WuttaConfig.get_list() return None by default

instead of empty list `[]`
This commit is contained in:
Lance Edgar 2024-04-14 14:59:32 -05:00
parent 16e9811816
commit 24a86ffeb4
3 changed files with 12 additions and 3 deletions

View file

@ -5,6 +5,11 @@ All notable changes to WuttJamaican will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- `WuttaConfig.get_list()` now returns `None` (instead of `[]`) by
default if there is no config value present.
## [0.1.9] - 2023-11-30
### Changed
- Add generic handler base class, tests, docs.