Fix: segments could be lost in case of immediate match

This commit is contained in:
Nikolay Kim 2021-08-23 20:14:41 +06:00
parent 84112304a8
commit fe73511576
5 changed files with 44 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.5.1] - 2021-08-23
* Fix: segments could be lost in case of immediate match
## [0.5.0] - 2021-06-27
* Use ntex-bytes instead of bytestring