Skip to content

Commit

Permalink
v2.0.1 -- do not truncate input in Tokenizer::scan
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbrown committed Oct 18, 2020
1 parent 7ea4f6a commit 21fffb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This changelog references the relevant changes done in 2.x versions.


## v2.0.1
* Do not truncate input in `Tokenizer::scan`. Removed `substr($input, 0, 256)` rule as we're unsure where/why it's there and seems safe to remove.


## v2.0.0
__BREAKING CHANGES__

Expand Down
Binary file modified src/Tokenizer.php
Binary file not shown.

0 comments on commit 21fffb3

Please sign in to comment.