Fixed and Added
- Add new
get_string_list_propertyapi- Adding a new
get_string_list_propertyfunction that transparently allows both comma-separated string lists and configuration file native lists of strings.
- Adding a new
- Fixed confusion about using is_required and default_value at same time
- If both are used, it is not clear which should win out. Fixed this by raising a ValueError if both are used.