diff --git a/HISTORY.rst b/HISTORY.rst index dbc608b8..84d65a48 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,9 @@ PlatformIO 3.0 Your devices are always with you! * `PIO Account `__ for extra professional features from `PlatformIO Plus `__ +* Inject system environment variables to configuration settings in + `Project Configuration File "platformio.ini" `__ + (`issue #792 `_) * Changed default exit combination for Device Monitor from ``Ctrl+]`` to ``Ctrl+C`` * Improved detecting of ARM mbed media disk for uploading * Improved Project Generator for CLion IDE when source folder contains nested items diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 7e084e1e..2babb2e8 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -48,10 +48,13 @@ Each variable should have a next format: ``${
.