Chromium Code Reviews| Index: pkg/source_span/CHANGELOG.md |
| diff --git a/pkg/source_span/CHANGELOG.md b/pkg/source_span/CHANGELOG.md |
| index e5190bcd999f9e2e775ceb1176bbc607a79229ff..f057e9b5cadaf289fbf1f38fac968e96133d13ef 100644 |
| --- a/pkg/source_span/CHANGELOG.md |
| +++ b/pkg/source_span/CHANGELOG.md |
| @@ -1,3 +1,10 @@ |
| +# 1.0.2 |
| + |
| +* Avoid unintentionally allocating extra objects for internal `FileSpan` |
| + operations. |
| + |
| +* Ensure that `SourceSpan.operator==` works on arbitrary `Object`s. |
| + |
| # 1.0.1 |
| * Use a more compact internal representation for `FileSpan`. |