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.