From 751094cffb90458711a4cc357d716351526f93d1 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 9 Mar 2009 03:09:43 -0400 Subject: [PATCH] Documentation Update - Added recent bug fix details. --- ChangeLog | 1 + html/task.html | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b41b79b0..7b2c3a6ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ + Task now has a large (and growing) test suite and bug regression tests to help ensure higher quality releases. + Fixed bug that caused performance hit during table rendering. + + Fixed bug that concatenated a modified description without spaces. ------ old releases ------------------------------ diff --git a/html/task.html b/html/task.html index f0e38f23d..dd258f2fc 100644 --- a/html/task.html +++ b/html/task.html @@ -122,6 +122,7 @@
  • Task now has a large (and growing) test suite and bug regression tests to help ensure higher quality releases.
  • Fixed bug that caused large performance hit during table rendering. +
  • Fixed bug that concatenated a modified description without spaces.