Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@RalfG RalfG released this 03 Jul 15:01
0f2505b

Added

  • Added max_recursion_depth argument to CascadeConfig to limit the depth of
    hierarchically updating nested dictionaries. When the maximum nesting depth is
    exceeded, the new dictionary will be used as-is, overwriting any previous
    values under that dictionary tree.