Skip to content

v2.3.2

Compare
Choose a tag to compare
@jdkato jdkato released this 12 Aug 20:30
· 540 commits to master since this release
b4a33fc

This release fixes an issue that could cause Sequence alerts to be reported at the wrong location. For example,

Before:

Have you been to Don's house yet?

<!-- When looking for "'s", we could misreport it as being the line above -->
The endpoint's are available.

After:

Have you been to Don's house yet?

<!-- We now look for the entire match ("endpoint's are") -->
The endpoint's are available.

Changelog

b4a33fc fix: make Sequence locations more precise