summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-25 22:05:16 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-25 22:05:16 +0000
commitd85724ac4159d28c8269b52afdc6fa560326c2ec (patch)
treed6e2af1e9918adc1075ee92b3dc743b560e2c77d /Changelog-Trunk.txt
parent880d754af62f2658b8c5ca94cf682626ad0b53ce (diff)
downloadhercules-d85724ac4159d28c8269b52afdc6fa560326c2ec.tar.gz
hercules-d85724ac4159d28c8269b52afdc6fa560326c2ec.tar.bz2
hercules-d85724ac4159d28c8269b52afdc6fa560326c2ec.tar.xz
hercules-d85724ac4159d28c8269b52afdc6fa560326c2ec.zip
* Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters to their respective representations instead of octal.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13414 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 945b8f291..fc319d3ee 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ 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/12/25
+ * Extended sv_escape_c to escape '\a','\b','\t','\v','\f','\?' characters
+ to their respective representations instead of octal. [FlavioJS]
2008/12/22
* Added a few missing atcommands. [SketchyPhoenix]
* Added more commands to configurations (bugreport:2565)