All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- copy() now correctly copies (original not modified when restrictions added!)
- Punctuation is now allowed in field values; \ is the escape mechanism
- Not equals operator (/) added.
- examples/decode.py: pretty print output into english phrases
- Rune.copy() helper, and copy utils now work (eg. copy.deepcopy(Rune))
- Simple check() and check_with_reason() routines for simplest usage.
Initial release.