1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added deprecation notice to actionpack changelog.

This commit is contained in:
Timm 2013-09-13 16:35:40 +02:00
parent 240ac66705
commit 7cd2eb516e

View file

@ -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 * Ensure the controller is always notified as soon as the client disconnects
during live streaming, even when the controller is blocked on a write. during live streaming, even when the controller is blocked on a write.