minor #24081 [Dotenv] Add a BC break note (voronkovich)

This PR was squashed before being merged into the 3.3 branch (closes #24081).

Discussion
----------

[Dotenv] Add a BC break note

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | yes
| New feature?  |no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #24078
| License       | MIT

Commits
-------

66621cc [Dotenv] Add a BC break note
This commit is contained in:
Nicolas Grekas 2017-09-05 09:59:34 +02:00
commit 703a84c18c

View File

@ -4,4 +4,5 @@ CHANGELOG
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