summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-20 14:17:47 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-20 14:17:47 +0000
commitd4368e6342088e8d244cd82dcecce94e74f18299 (patch)
tree90033eb3ce8c0953c5575968781ddd37c1866d71 /lib/ChangeLog
parentcbd1e5abe69b7ad6e92b95142123e99f544b747e (diff)
Converted relation graphs to PNG
git-svn-id: svn://vndb.org/vndb@101 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7b97bb63..756f6a9a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -14,6 +14,10 @@ TODO:
- Fixed bug with the infinite thumbnail generation message when the server
doesn't respond within one second.
- Rewrote VNDB::Util::DB::sqlprint to use server-side prepared statements
+ - Added two new foreign key constraints:
+ changes (causedby) -> changes (id)
+ threads (id, count) -> threads_posts (tid, num)
+ - Converted relation graphs to PNG
1.21 - 2008-08-16 (r90)
- Added !vn and !uptime commands to Multi::IRC