Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 802 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 802 Bytes

Changelog

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.

[0.3.1] - 2021-08-02

Fixed

  • copy() now correctly copies (original not modified when restrictions added!)

[0.3] - 2021-08-01

Changed

  • Punctuation is now allowed in field values; \ is the escape mechanism

Added

  • Not equals operator (/) added.

[0.2] - 2021-07-31

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.

[0.1] - 2021-07-30

Initial release.