diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index ef46bc06e03ceec24f07833ed8af039d184413d6..457eb84a628c88b2442149bf2cecde7929263348 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,11 +1,5 @@ -* Add purpose and expiry support to `MessageVerifier` & `MessageEncryptor`. - - Messages generated using `MessageVerifier` and `MessageEncryptor` now - support expiry and purpose. You can set the purpose of the message using - the key :purpose, and likewise, the expiration using :expires_at or :expires_in. - - This ensures that the message is used only for its intended purpose and also - while it hasn't expired. +* Add purpose and expiry support to `ActiveSupport::MessageVerifier` & + `ActiveSupport::MessageEncryptor`. For instance, to ensure a message is only usable for one intended purpose: