summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpspjuth <peter.spjuth@gmail.com>2008-08-27 18:08:01 (GMT)
committerpspjuth <peter.spjuth@gmail.com>2008-08-27 18:08:01 (GMT)
commit63abd8e6e3426820f6a2efbebb07bbc89bd43674 (patch)
treeeac562dce45883fe0f8bf6890f9790fc953f0785 /ChangeLog
parent84312d94e8e1790a599eeda25889d393e3f7833e (diff)
downloadtk-63abd8e6e3426820f6a2efbebb07bbc89bd43674.zip
tk-63abd8e6e3426820f6a2efbebb07bbc89bd43674.tar.gz
tk-63abd8e6e3426820f6a2efbebb07bbc89bd43674.tar.bz2
Added a "knownBug"-marked test to show a problem
identified in the grid implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae8ecb8..59eb6a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-27 Peter Spjuth <peter.spjuth@gmail.com>
+
+ * tests/grid.test: Added a "knownBug"-marked test to show a problem
+ identified in the grid implementation. [Bug 2075285]
+
2008-08-26 Donal K. Fellows <dkf@users.sf.net>
* tests/imgPhoto.test: More style improvements.