Update changelog

This commit is contained in:
Cale Gibbard 2026-01-16 01:27:32 -05:00
parent 3ed2a84cce
commit 0730e7163d

View File

@ -1,5 +1,7 @@
# Revision history for toy-datalog # Revision history for toy-datalog
## 0.1.0.0 -- YYYY-mm-dd ## unreleased
* We have a basic parser and a very naive evaluator for datalog programs that can extend a database with all the facts which are immediate
consequences of the rules and the current (initially empty) relations, which can be iterated to a fixed point to produce all consequences.
* First version. Released on an unsuspecting world.