Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 844 Bytes

Change Log

Fixed

  • Crashes caused by the \u0000 character in strings.

Fixed

  • Issue where result ranges would be incorrect or cause crashes due to changing string sizes when disabling case-sensitivity.
  • Versioning information for examples in README.md. Added reminder of this to publishing checklist.

Fixed

  • Library couldn't be used due to mismatch between Gradle's expected JVM version and compiled code.

Initial implementation of low memory Aho-Corasick structure.