boltons v16.0.0 Release Notes

  • One important fix and one small but handy string function.

    • 🛠 Fixed an [LRU][cacheutils.LRU] bug related to the 15.1.1 refactor. Also enhanced LRU testing with doubly-linked list invariant enforcement.
    • ➕ Added [strutils.indent][strutils.indent], the counterpart to textwrap.dedent.