Breaking changes with naming
We've changed naming for some external types, there are all changes, please follow them in your code:
- PyVarChar -> VarChar
- PyText -> Text
- PyJSON -> JSON
- PyJSONB -> JSONB
- PyMacAddr6 -> MacAddr6
- PyMacAddr8 -> MacAddr8
- PyPoint -> Point
- PyBox -> Box
- PyPath -> Path
- PyLine -> Line
- PyLineSegment -> LineSegment
- PyCircle -> Circle
What's Changed
- docs: typos by @pdecat in #113
- Renamed classes, removed Py prefix by @chandr-andr in #114
New Contributors
Full Changelog: 0.8.6...0.8.7