summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 21:47:44 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 21:47:44 +0000
commit2520c06f4984e7fd3d98bc5320328fb638dc7117 (patch)
tree96cacd070ebf090ba2f79fc4bda9dfedb031de04 /Changelog-Trunk.txt
parent3ba20d9e938ca6af6482160923c36030bb2fb894 (diff)
downloadhercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.tar.gz
hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.tar.bz2
hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.tar.xz
hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.zip
* Merged changes up to eAthena 15042.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15253 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 7c788323d..f6c984a6c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -2,6 +2,10 @@ Date (YYYY-MM-DD)
Added
2011-12-24
+ * Merged log settings for SQL tables and TXT flat files (meaning depends on sql_logs setting). [Ai4rei]
+ - Added a warning when attempting to use SQL logs on TXT.
+ - Information about enabled logs is now displayed after all log config is read instead of per-hit.
+ - Removed unused member 'drop' from Log_Config (follow up to r6510).
* Added constants for log item filter constants. [Ai4rei]
- Removed argument in should_log_item, which always took log_config.filter as value.
- Fixed missed update in struct Log_Config, enum log_what -> e_log_pick_type (since r15040).