diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd3721d4..19cbc00c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+# NOTICE: Pending Breaking Change
+
+The next 1.3.0 release candidate (1.3.0-rc.2) will contain a perf-related change that is likely to
+introduce breakages in some applications. The change will affect filters and function call
+expressions, and will not call the function if the variables passed to the function are primitive
+values and have not changed since the last digest loop.
+
+Example:
+
+```html
+//date filter would only be called if the 'timeCreated' property has changed
+
+
+//custom filter would break if depends on data changed by user other than 'cost'
+
+```
+
+
# 1.3.0-rc.1 backyard-atomicity (2014-09-09)