From 8c865e668bc06dff315be8b2f4196d852a2f94e7 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 17 Mar 2024 20:36:59 -0400 Subject: [PATCH] Add upgrading instructions - close #167 --- UPGRADING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 UPGRADING.md diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000..d97a6ea --- /dev/null +++ b/UPGRADING.md @@ -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()`.