OSDN Git Service

Follow an API change in the upstream: LogDevice
[shogi-server/shogi-server.git] / changelog
index 0d877cc..fd6bd2e 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+2015-01-12  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - shogi_server.rb: Follow an API change in a upstream class:
+           LogDevice.previous_period_end
+
 2014-10-12  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi_server]
            - A new log summary type, "max_moves_draw", has been assigned for games
              drawing with max moves.
              'summary:max_moves_draw:name_sente draw:name_gote draw
+         - Least time per move:
+           - New command line option: --least-time-per-move n
+             This opotion specifies a least time in second per move, which
+             was previously 1 sec but is now by default 1, meaning that a
+             decimal fraction of time for a move will be truncated.
 
 2014-07-19  Daigo Moriwaki <daigo at debian dot org>