From b3fae8687b3b19d0f21869323c9e209e915cd276 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Tue, 11 Mar 2014 12:37:34 -0400 Subject: [PATCH] Release notes for recent HTMLForm changes Change-Id: I1828914e01eab6be0ce45b3f08b7a60242bd4c12 --- RELEASE-NOTES-1.24 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index aaabb6b988..fc4a35722d 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -13,6 +13,12 @@ production. === New features in 1.24 === * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate WhatLinksHere entries. +* HTMLForm's HTMLTextField now supports the 'url' type. +* HTMLForm fields may now be dynamically hidden based on the values of other + fields in the form. +* HTMLForm now supports multiple copies of an input field or set of input + fields, e.g. the form may request "one or more usernames" without having to + have the user enter delimited list of names into a text field. === Bug fixes in 1.24 === * (bug 62258) A bug was fixed in File::getUnscaledThumb when a height -- 2.20.1