summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-11-04 14:24:54 -0500
committerDavid Rothstein <drothstein@gmail.com>2012-11-04 14:24:54 -0500
commit6eeef6c58782049f72f516418a46d58624664b01 (patch)
treeaba7515913fca0fc529ce7f78a4508bda1f25b6d
parent577bfdc670c59e4f8e5ac3e2bdcf994e897f4f79 (diff)
downloadbrdo-6eeef6c58782049f72f516418a46d58624664b01.tar.gz
brdo-6eeef6c58782049f72f516418a46d58624664b01.tar.bz2
Minor reordering and fixes to CHANGELOG.txt.
-rw-r--r--CHANGELOG.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 776237e6e..903a24278 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,8 +2,10 @@
Drupal 7.17, xxxx-xx-xx (development version)
-----------------------
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
- the same page and one of them was submitted with invalid data (minor markup
+ the same page and one of them is submitted with invalid data (minor markup
change).
+- Added hook_entity_view_mode_alter() to allow modules to change entity view
+ modes on display.
- Fixed the theme settings form to properly clean up submitted values in
$form_state['values'] when the form is submitted (data structure change).
- Updated various admin tables to use the default "empty table" text UX
@@ -21,8 +23,6 @@ Drupal 7.17, xxxx-xx-xx (development version)
projects.
- Fixed a regression which caused a "call to undefined function
drupal_find_base_themes()" fatal error under rare circumstances.
-- Added hook_entity_view_mode_alter() to allow modules to change entity view
- modes on display.
Drupal 7.16, 2012-10-17
-----------------------