v1.3.0
- Add span information to
Event::BeginandEvent::End(f4259f0). - Add support for private patterns. Private patterns were being accepted but ignored. (21a9090).
- BUGFIX: add
YRX_prefix to constants in the C API to avoid name collisions (#382). - BUGFIX: increase
MAX_ATOMS_PER_REGEXPfrom 8192 to 10000 (#387, 664abac).