diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4060e6c..c750a27b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Made setting `NODE_ENV: production` optional (to avoid `ENOENT: no such file or directory` errors on startup) - Removed the environment variable `ENABLE_FEATURE_CUSTOM_SYMBOLS` -- Changed the default `NODE_ENV` variable from `development` to `production` to avoid a requirement for self-hosted users to specify this value or receive `ENOENT: no such file or directory` error message on startup. ## 1.242.0 - 2023-03-04