NEWS.md in shogi-ruby-0.0.8 vs NEWS.md in shogi-ruby-0.0.9
- old
+ new
@@ -1,13 +1,27 @@
# 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