Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 348 Bytes

CHANGELOG.md

File metadata and controls

7 lines (7 loc) · 348 Bytes
  • added Draft.from_file()
  • removed BooleanParameter (unused)
  • removed read() and write() from ExtComponent, ExtParameterColl, ExtParameter (unused)
  • removed ParameterCollection.set_str() (unused)
  • added index to EnumParameter
  • added minimum, maximum to IntegerParameter and FloatParameter
  • added default values per instance to all Parameters