Make WuttaConfig.get_list()
return None
by default
instead of empty list `[]`
This commit is contained in:
parent
16e9811816
commit
24a86ffeb4
3 changed files with 12 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue