From 3ee0015cefe1075cf912bfe4400bc74c683abac3 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 18 Mar 2024 21:53:04 -0400 Subject: [PATCH] Update UPGRADING notes for v3.2.0 --- UPGRADING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index d97a6ea..1d1b7cb 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,5 +1,9 @@ # Upgrading +## v3.2.0 + +- Replace any calls to `env.CFile()` builder with `env.Lex()` or `env.Yacc()` as required. + ## v3.0.0 - Move `build` block contents outside of `build` block and remove `build` call.