Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 51b0feaa0038aa7469355ab07429b9d4d7b70672..8ca9e5cf09d93b3d92e6f136433d60933850248f 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,10 @@ |
| +# 1.1.3 |
| + |
| +* `FileSpan.compareTo`, `FileSpan.==`, `FileSpan.union`, and `FileSpan.expand` |
| + no longer throw exceptions for external implementations of `FileSpan`. |
| + |
| +* `FileSpan.hashCode` now fully agrees with `FileSpan.==`. |
| + |
| # 1.1.2 |
| * Fixed validation in `SourceSpanWithContext` to allow multiple occurrences of |