diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 15:17:49 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 15:17:49 +0000 |
commit | 7157ce9ba626dd87fd63937d13b0a0ac6368afb9 (patch) | |
tree | 11744c84b1700f2475a70c61d2c7853ca7d81f4a /Changelog-Trunk.txt | |
parent | 68d8ee552a2b39cd0c5b2fc75c1335d221f68010 (diff) | |
download | hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.tar.gz hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.tar.bz2 hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.tar.xz hercules-7157ce9ba626dd87fd63937d13b0a0ac6368afb9.zip |
* Merged changes up to eAthena 15041.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15249 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0b826b771..67780ced1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,9 @@ Date (YYYY-MM-DD) Added 2011-12-24 + * 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). * Updates to map-server's log system. [Ai4rei] - Moved all logs configuration checks from caller functions into respective log functions, and replaced string log types with an enumeration. 2011-12-22 |