summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 617837dc..082cb570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,13 @@
* src/scripting/lua.cpp, src/game-server/testing.cpp,
src/game-server/command.cpp, src/game-server/gamehandler.cpp: Taken
insertion failures into account.
+ * src/account-server/accounthandler.hpp,
+ src/account-server/accounthandler.cpp: Simplified interface of
+ connection handler. Moved all the implementation details outside the
+ header file.
+ * src/account-server/serverhandler.cpp,
+ src/account-server/main-account.cpp: Updated to new interface of
+ connection handler.
2007-09-22 Guillaume Melquiond <guillaume.melquiond@gmail.com>