diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-25 06:54:53 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-25 06:54:53 +0000 |
commit | b775271bebd5b251e0abbaa97d030e2aeea354a9 (patch) | |
tree | 418bc3fd782cc5351855e031aa025e34db842126 /Changelog-Trunk.txt | |
parent | bf30482687e90e6e859ca263dc20474bad4d7daf (diff) | |
download | hercules-b775271bebd5b251e0abbaa97d030e2aeea354a9.tar.gz hercules-b775271bebd5b251e0abbaa97d030e2aeea354a9.tar.bz2 hercules-b775271bebd5b251e0abbaa97d030e2aeea354a9.tar.xz hercules-b775271bebd5b251e0abbaa97d030e2aeea354a9.zip |
* Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (optional account_id parameter) bugreport:1035
* Modified doc in consequence
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12648 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 2bb321461..d18763598 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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. +2008/04/25 + * Modified delitem/delitem2 to have the same behaviour as getitem/getitem2 (optional + account_id parameter) bugreport:1035 + * Modified doc in consequence [Toms] 2008/04/23 * Fixed script strings not being handled properly (only skipped the \). * Added skip_escaped_c to strlib.c/h. |