Update UPGRADING notes for v3.2.0

This commit is contained in:
Josh Holtrop 2024-03-18 21:53:04 -04:00
parent 0315729f69
commit 3ee0015cef

View File

@ -1,5 +1,9 @@
# Upgrading # Upgrading
## v3.2.0
- Replace any calls to `env.CFile()` builder with `env.Lex()` or `env.Yacc()` as required.
## v3.0.0 ## v3.0.0
- Move `build` block contents outside of `build` block and remove `build` call. - Move `build` block contents outside of `build` block and remove `build` call.