Skip to content

Commit

Permalink
Update changelog to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Sep 13, 2024
1 parent 6f950cc commit 29f43af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.27.0 - 2024-09-13

- Add `BasicTokenResolver`, a `TokenResolver` that facilitates token ingestion from space delimited text lines. It's intended to be ergonomic enough to be used in tests without the prohibited compile cost of generating a 10 thousand line match statement.

## v0.26.0 - 2024-06-16

- Add optional `TokenResolver::is_empty` implementation for resolvers to signal no token support.
Expand Down

0 comments on commit 29f43af

Please sign in to comment.