summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a064c8c..ac1dfdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2023-01-20 Jean Sévère Durand <durand@jsdurand.xyz>
+
+ * chain: A prototype is added, and passes some tests. But I am
+ still testing if its performance meets the time complexity
+ requirement.
+
+2023-01-13 Jean Sévère Durand <durand@jsdurand.xyz>
+
+ * forest: A prototype is completed, and passes some tests.
+
2022-11-15 Jean Sévère Durand <durand@jsdurand.xyz>
* nfa: Stop worrying about monadic anamorphisms.