Skip to content

v0.14.0

Compare
Choose a tag to compare
@dry-bot dry-bot released this 14 Jan 00:14

Changed

  • Settings defined after an access to config will still be made available on that config. (#130 by @timriley)
  • Cloneable settings are cloned immediately upon assignment. (#130 by @timriley)
  • Changes to config values in parent classes after subclasses have already been created will not be propogated to those subclasses. Subclasses created after config values have been changed in the parent will receive those config values. (#130 by @timriley)

Compare v0.13.0...v0.14.0