summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-09 20:59:20 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-09 20:59:20 +0000
commit09089f3858b348b204c8e56775b0445000305642 (patch)
tree1cfa0f624d8cfc72fea22828ad09e6cd9c5d92fe /Changelog-Trunk.txt
parenta8d2f4f6e236ea98bc50e5874dff06d1b87f7628 (diff)
downloadhercules-09089f3858b348b204c8e56775b0445000305642.tar.gz
hercules-09089f3858b348b204c8e56775b0445000305642.tar.bz2
hercules-09089f3858b348b204c8e56775b0445000305642.tar.xz
hercules-09089f3858b348b204c8e56775b0445000305642.zip
* Added a database iterator to db.c/db.h.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11701 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 370a7e456..1709c9845 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,8 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/11/09
+ * Added a database iterator to db.c/db.h. [FlavioJS]
2007/11/08
* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.
* Fixed gm_account_db not being deallocated in login-converter.c.