From d369096a229768c9a7bf4915a9e09604c61bb724 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Wed, 14 Jun 2023 13:35:07 -0400 Subject: [PATCH] Updated changelog for Caml->Stdlib change. Signed-off-by: Carl Eastlund --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bffcc50a6..bd79ccf1e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,8 @@ unreleased - Adopt the OCaml Code of Conduct on the repo (#426, @pitag-ha) +- Replace `Caml` with `Stdlib`. (#427, @ceastlund) + - Clean up misleading attribute hints when declared for proper context. (#425, @ceastlund) - Ast_pattern now has ebool, pbool helper, and a new map.(#402, @burnleydev1)