tikiwiki/packages/tiki-pkg-tikimanager/symfony/dotenv/CHANGELOG.md

20 lines
571 B
Markdown
Raw Normal View History

2023-11-20 21:52:04 +01:00
CHANGELOG
=========
4.3.0
-----
* deprecated use of `putenv()` by default. This feature will be opted-in with a constructor argument to `Dotenv`
4.2.0
-----
* added `Dotenv::overload()` and `$overrideExistingVars` as optional parameter of `Dotenv::populate()`
* added `Dotenv::loadEnv()` to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist
3.3.0
-----
* [BC BREAK] Since v3.3.7, the latest Dotenv files override the previous ones. Real env vars are not affected and are not overridden.
* added the component