# HG changeset patch # User Steve Losh # Date 1473866567 0 # Node ID 44e1cb455c59a36d37ac9f4c989bbe87a3f852a1 # Parent 4b02d24810cc7b49f1a9798cb60f8aed3de555fd Update diff -r 4b02d24810cc -r 44e1cb455c59 README.markdown --- a/README.markdown Thu Sep 08 18:15:55 2016 +0000 +++ b/README.markdown Wed Sep 14 15:22:47 2016 +0000 @@ -81,6 +81,7 @@ [ABCL]: https://common-lisp.net/project/armedbear/ [zdd]: https://en.wikipedia.org/wiki/Zero-suppressed_decision_diagram [scully]: https://github.com/sjl/scully +[cl-d-api]: https://bitbucket.org/sjl/cl-d-api/ ## June 2016 @@ -1362,3 +1363,12 @@ parallel to solve a given game, and each brain will be isolated to its own process. That way if a particular strategy blows the heap it doesn't kill the entire player. + +### 2016-09-09-2016-09-13 + +* Non-computer stuff. + +### 2016-09-14 + +* Fixed a bug in my hacky [documentation generator][cl-d-api]. +* Minor feature addition to [cl-ggp][] to make my life easier.