From 7575f10b72454a555593ebc21ee637aa97380196 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Wed, 6 Nov 2024 15:53:49 +0100 Subject: [PATCH] Update pp-ast changelog entry Signed-off-by: Nathan Rebours --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fb20f846..04277c80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ details. - Add ppxlib's AST pretty-printing utilities in `Ppxlib.Pp_ast` and a `ppxlib-pp-ast` executable in a new separate `ppxlib-tools` package - (#517, @NathanReb) + (#517, #525, #537, @NathanReb) - Change `-dparsetree` from a sexp output to a pretty printed AST, closer to what the compiler's `-dparsetree` is.