diff --git a/CHANGELOG.org b/CHANGELOG.org new file mode 100644 index 0000000..df323fb --- /dev/null +++ b/CHANGELOG.org @@ -0,0 +1,15 @@ +* 0.2 +** Added +- Relations: listo, membero, subseto, set-equalo, adjeacento, and precedeso +- Sudoku solvers +- Profiler and benchmarker + +** Changed +- Renamed relations to end with =o= rather than =-o= + +** Fixed +- Rewrote internal control functions to avoid recusion, fixing an OOM bug +- Empty conj/disj clause bug + +* 0.1 +First release