Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 759 Bytes

NEWS.md

File metadata and controls

44 lines (28 loc) · 759 Bytes

NEWS

0.0.9: 2016-06-24

Changes

  • Improvements
    • Improved mevement error detection. [Patch by Shigeaki Matsumura]
    • Implemented Nifu restriction in move_by_csa. [Patch by Toru YAGI]

Thanks

  • Shigeaki Matsumura
  • Toru YAGI

0.0.8: 2015-05-31

Changes

  • Improvements
    • Supported Bundler.require (require "shogi-ruby").
    • Added Board.register and Cell.register as plugin system.
    • Removed a deprecated method move_from_csa.
  • Fixes
    • Fixed error messages.

0.0.7: 2013-10-29

Changes

  • Fixes
    • Wrong index promote to 7 and from 7. [Patch by Yoshiyuki Kawashima]

Thanks

  • Yoshiyuki Kawashima

0.0.6: 2013-08-29

Changes

  • Improvements
    • Added the Board#at method.