diff --git a/RELEASE_NOTES/3.73.md b/RELEASE_NOTES/3.73.md new file mode 100644 index 00000000000..63824a27e89 --- /dev/null +++ b/RELEASE_NOTES/3.73.md @@ -0,0 +1,9 @@ +## Themes +- Developers can now use the shopify theme metafields pull command to download metafields, which can then be used for more refined code completion. +- Ensure git directory is clean when running theme pull + + +## Apps +- All function builds are now optimized with wasm-opt by default. This can be disabled with wasm_opt = false in [extensions.build]. +- Bump function-runner version to v7.0.0 +- Use Shopify Functions Javy plugin instead of default Javy plugin for building JS Shopify Functions