Skip to content

v4.2.4

Choose a tag to compare

@BrianPugh BrianPugh released this 14 Nov 21:38

Features

  • More ergonomic ArgumentCollection.__contains__ that allows for string-lookup of arguments. by @BrianPugh in #689

Bug Fixes

  • Fix finding docstrings for classes with inheritance.
    • We now search the class's MRO for attribute docstrings. by @BrianPugh in #693
  • Fix snake_case negative args not being accepted. by @BrianPugh in #694

Full Changelog: v4.2.3...v4.2.4