Add upgrading instructions - close #167

This commit is contained in:
Josh Holtrop 2024-03-17 20:36:59 -04:00
parent 150960246b
commit 8c865e668b

6
UPGRADING.md Normal file
View File

@ -0,0 +1,6 @@
# Upgrading
## v3.0.0
- Move `build` block contents outside of `build` block and remove `build` call.
- Replace `Environment.new()` calls with `env()`.