summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-20 21:14:13 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-20 21:14:13 +0000
commita465cc497914604744434b5aa49140d6839267a7 (patch)
tree6fb95393d8fe31e6bc64388183bec08bc7112bd3 /Changelog-Trunk.txt
parent531b0e718a49f4dda99e45aa0c985bc396d88b2f (diff)
downloadhercules-a465cc497914604744434b5aa49140d6839267a7.tar.gz
hercules-a465cc497914604744434b5aa49140d6839267a7.tar.bz2
hercules-a465cc497914604744434b5aa49140d6839267a7.tar.xz
hercules-a465cc497914604744434b5aa49140d6839267a7.zip
* Added a generic binary heap implementation based on defines.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13462 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d0aeb8fb6..274862514 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2009/01/20
+ * Added a generic binary heap implementation based on defines. [FlavioJS]
* Fixed pc_statusup2 to correctly update the client's stat window [ultramage]
2009/01/15
* Updated script_commands.txt with the book reading command. [SketchyPhoenix]