Pickle fixes
Pre-release
Pre-release
This will enable undefined values to be pickled correctly, as this was in a request to be fixed.
Breaking changes
- You will no longer be able to call
hikari.undefined.UndefinedType()
to get a reference tohikari.undefined.UNDEFINED
, you should instead access the constant value directly.