diff options
author | David Rothstein <drothstein@gmail.com> | 2013-12-27 17:24:51 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2013-12-27 17:24:51 -0500 |
commit | 97ba84ca650f6bb868e5ba420d813392fa94b318 (patch) | |
tree | d03f3b9d0fe67650355c8094329f03749389dcce | |
parent | 1518a55a864b841c749f88f96c14a4191b8d543a (diff) | |
download | brdo-97ba84ca650f6bb868e5ba420d813392fa94b318.tar.gz brdo-97ba84ca650f6bb868e5ba420d813392fa94b318.tar.bz2 |
Remove issue #1289336 from CHANGELOG.txt for now, since it was causing test failures.
-rw-r--r-- | CHANGELOG.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0fcee195d..db3aed9ba 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,10 +3,6 @@ Drupal 7.25, xxxx-xx-xx (development version) ----------------------- - Changed the Bartik theme to render content contained in <pre>, <code> and similar tags in a larger font size, so it is easier to read. -- Fixed a bug in the Node module which caused fatal errors on preview when a - field is displayed in the node teaser but hidden in the full node view. The - fix removes a field_attach_prepare_view() call from the node_preview() - function, since this is already done in the node preview theme layer. - Fixed a bug in the Search module that caused exceptions to be thrown during searches if the server was not configured to represent decimal points as a period. |