From f68a354ff8d3b72eb6d8a7ef34b0370b9487e817 Mon Sep 17 00:00:00 2001 From: "stefan.r" Date: Mon, 4 Jul 2016 18:07:26 +0200 Subject: [PATCH] Issue #2393461 followup by Sagar Ramgade: format_xml_elements() does not allow unencoded values --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 810aafeb71b..3c80b381ad3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -150,7 +150,7 @@ Drupal 7.40, 2015-10-14 against SQL injection (API change: https://www.drupal.org/node/2463973). - Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade to fail when there were multiple file records pointing to the same file. -- Added a a new option to format_xml_elements() to allow for already encoded +- Added a new option to format_xml_elements() to allow for already encoded values. - Numerous small bug fixes. - Numerous API documentation improvements.