The breaking change triggering a major version revision is that missing attributes now raise AttributeErrors rather than KeyErrors. This is nominally a bug fix as AttributeErrors are the correct behavior, but we are labeling this a major version change in case users were depending on the KeyErrors.
What's Changed
- [tooling] Remove redundant workflow, update and fix CI by @BenjaminPelletier in #16
- [bug] Fix #13 (regex freeze with certain content) by @BenjaminPelletier in #17
- Remove utcnow warnings by @the-glu in #14
- Change getattribute to raise AttributeErrors instead of KeyErrors by @the-glu in #15
New Contributors
Full Changelog: v2.3.0...v3.0.0