f911f45a9c8a

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jan 2019 21:28:11 -0500
parents a8cf96380b52
children 7285af7a04ed
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Wed Jan 09 19:36:12 2019 -0500
+++ b/README.markdown	Thu Jan 10 21:28:11 2019 -0500
@@ -85,3 +85,9 @@
 Got my copy of [Programming the 65816](https://amzn.to/2RH8or0).  Gonna skim
 through it for all the 6502-specific bits to hopefully fill in the gaps in my
 brain for Fern.
+
+## 2019-01-10
+
+Finally got around to replacing `mkpass` with a version in Common Lisp.  My
+collection of CL scripts is growing, now that I have Adopt to make writing their
+UI less painful.  Need to dogfood it a bit more and eventually release it.