# HG changeset patch # User Steve Losh # Date 1489537432 0 # Node ID 3d320248d06a58284258d45715a68df1b8697ea2 # Parent 64a056a1027f8e2327fa3113cb6f6802b6297a6e Update diff -r 64a056a1027f -r 3d320248d06a README.markdown --- a/README.markdown Tue Mar 14 17:48:58 2017 +0000 +++ b/README.markdown Wed Mar 15 00:23:52 2017 +0000 @@ -224,3 +224,5 @@ easily, if the default one is already in use. Common Lisp's condition system is really powerful but also really obtuse, and I don't seem to use it often enough to really get it into my stupid brain. +* Added a couple of docstrings to [cl-pcg][]. Still not sure about the API + layout... I think I need to try it in a real game to see how it feels.