diff options
author | David Rothstein <drothstein@gmail.com> | 2012-07-09 00:05:53 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-07-09 00:05:53 -0400 |
commit | 49e806fb21f121c4dda592d0a77dfa8a086045be (patch) | |
tree | 23e84539e1ea418fd5e03e147c0644f06ece40f5 | |
parent | e0961c9015d0446479b3c8df9c05039813fad951 (diff) | |
download | brdo-49e806fb21f121c4dda592d0a77dfa8a086045be.tar.gz brdo-49e806fb21f121c4dda592d0a77dfa8a086045be.tar.bz2 |
Added issue #1399302 to CHANGELOG.txt.
-rw-r--r-- | CHANGELOG.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c0e872b23..3e1058f17 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,8 @@ Drupal 7.15, xxxx-xx-xx (development version) theme updates are available. - Performance improvement: Removed needless call to system_rebuild_module_data() in field_sync_field_status(), greatly speeding up bulk module enable/disable. +- Renamed the "Field" column on the Manage Fields screen to "Field type", since + the former was confusing and inaccurate (UI change). Drupal 7.14 2012-05-02 ---------------------- |