From 2ee46434e0e8f81b1a852d7b190a2f7b0ba67228 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Mon, 24 Jul 2017 10:25:57 +0200 Subject: [PATCH] [ci skip] Remove superfluous paragraphs; fully qualify constants. The paragraphs retread ground covered by the title and the usage examples, so let's just remove them. [ Assain Jaleel & Kasper Timm Hansen ] --- activesupport/CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index ef46bc06e0..457eb84a62 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: -- GitLab