From: richard Date: Wed, 24 Mar 2004 03:11:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4d515337b06a37304c7f2c1fdfe49e710487e489;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2169 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 0f0a487..120b4c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -37,6 +37,7 @@ Other new features: - HTMLLinkProperty field() method renders as a field now (thanks darryl) - cgi Action handlers may now return the actual content to be sent back to the user (rather than using some template) +- date.Date now handles fractional seconds Fixed: - mysql documentation fixed to note requirement of 4.0+ and InnoDB diff --git a/TODO.txt b/TODO.txt index 218f88e..47a810c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,6 @@ This file has been re-purposed to contain specifically the items that need doing before the next release: -- finish mysql version 1 -> version 2 migration code - ensure index creation is triggered by the version 1->2 update (and other upgrade tests)