2.4.1
IMPORTANT
DO NOT UPGRADE TO 2.4.x IF YOU STILL USE PYTHON 2.
This is because I dropped support for Python 2 unicode
checks. Should I have made this 3.0.0? Yes. Why didn't I? I'm dumb.
What's Changed
- Fix delete_records() and add support for pagination by @phoerious in #20
- fixed key error for record type and name in record dictionary as sometimes both are passed through kwargs by @eXamadeus in #32
- Updated unicode issues w/ python 3 by @rishavsharma & @eXamadeus #18
New Contributors
- @phoerious made their first contribution in #20
- @rishavsharma made their first contribution in #18
Full Changelog: 2.3.4...2.4.1