From 07385794e63a9e2ca932e05111c3ee03f2651573 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Fri, 28 Jul 2023 17:57:18 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b81561c..201b19ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Rework type inference for syntax, making syntax more flexible and requiring fewer type annotations. (#133) +- Implement a `Monad` instance for `Picture` (#131) + - Doodle is now Scala 3 only, as the new syntax doesn't compile under 2.13