Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 6bd18f170cc87e23f708b9cabf39f2bff09f30d8..ab13bda83b1a516d8a1a278dee0a5a7f171f03ce 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -1,5 +1,9 @@ |
# 1.2.0 |
+* **Deprecated:** Extending `SourceLocation` directly is deprecated. Instead, |
+ extend the new `SourceLocationBase` class or mix in the new |
+ `SourceLocationMixin` mixin. |
+ |
* Dramatically improve the performance of `FileLocation`. |
# 1.1.6 |