diff --git a/releasenotes/notes/server-side-multi-env-7862a75e596ae8f5.yaml b/releasenotes/notes/server-side-multi-env-7862a75e596ae8f5.yaml new file mode 100644 index 0000000000..54f643c49f --- /dev/null +++ b/releasenotes/notes/server-side-multi-env-7862a75e596ae8f5.yaml @@ -0,0 +1,8 @@ +--- +features: + - Multiple environment files may be passed to the server in the + files dictionary along with an ordered list of the environment file + names. The server will generate the stack's environment from the + provided files rather than requiring the client to merge the environments + together. This is optional; the existing interface to pass in the + already resolved environment is still present.