aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-09-13 16:35:40 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:14 +0200
commit7cd2eb516e375d76296ed510f9940ff4f78e4f48 (patch)
tree05824283291ee930312ace6b4f5fe550ab698ed1
parent240ac66705c0d9b28b422647e5c13f87a6879857 (diff)
downloadrails-7cd2eb516e375d76296ed510f9940ff4f78e4f48.tar.gz
rails-7cd2eb516e375d76296ed510f9940ff4f78e4f48.tar.bz2
rails-7cd2eb516e375d76296ed510f9940ff4f78e4f48.zip
Added deprecation notice to actionpack changelog.
-rw-r--r--actionpack/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index dfd5ddeedf..b97c040d47 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Deprecated TagAssertions.
+
+ Moved DomAssertions and SelectorAssertions to Action View.
+
+ *Kasper Timm Hansen*
+
* Ensure the controller is always notified as soon as the client disconnects
during live streaming, even when the controller is blocked on a write.