From 93afb008c2d64deb0b49d877b834cd4eef8a2a65 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Thu, 15 May 2014 02:14:06 -0400 Subject: [PATCH] Move mw.cookie release notes to RELEASE-NOTES-1.24 Leaving it in RELEASE-NOTES-1.23 was an oversight. Followup to 7c585b5a33d57469d19e9b176f14b84403488b73 Change-Id: If752905a1bae93582b1392a8280dc33eec4ad12e --- RELEASE-NOTES-1.23 | 3 --- RELEASE-NOTES-1.24 | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 1578ac4904..575fdc3616 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -162,9 +162,6 @@ production. in StartProfiler.php instead of using this. * (bug 63444) Made it possible to change the indent string (default: 4 spaces) used by FormatJson::encode(). -* (bug 49156) Added the mediawiki.cookie ResourceLoader module, which wraps - jQuery.cookie so that getting/setting a cookie is syntactically and functionally - similar to using the WebRequest#getCookie/WebResponse#setcookie methods. === Bug fixes in 1.23 === * (bug 41759) The "updated since last visit" markers (on history pages, recent diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 439e5f5bd2..44dd94262a 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -26,6 +26,9 @@ production. have the user enter delimited list of names into a text field. * Added a new hook, "SidebarBeforeOutput", to allow to edit the structure of the sidebar just before its display. +* (bug 49156) Added the mediawiki.cookie ResourceLoader module, which wraps + jQuery.cookie so that getting/setting a cookie is syntactically and functionally + similar to using the WebRequest#getCookie/WebResponse#setcookie methods. === Bug fixes in 1.24 === * (bug 62258) A bug was fixed in File::getUnscaledThumb when a height -- 2.20.1