Documented Stringification – converting a macro argument into a string constant // Resolve #4310

This commit is contained in:
Ivan Kravets
2022-06-17 12:29:09 +03:00
parent 7a01da7039
commit d4784c05f5
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ PlatformIO Core 6
* Allowed to ``Import("projenv")`` in a library extra script (`issue #4305 <https://github.com/platformio/platformio-core/issues/4305>`_)
* Improved a serial port finder for a board with predefined HWIDs
* Documented `Stringification <https://docs.platformio.org/en/latest/projectconf/section_env_build.html#stringification>`__ converting a macro argument into a string constant (`issue #4310 <https://github.com/platformio/platformio-core/issues/4310>`_)
* Added ``env.StringifyMacro(value)`` helper function for the `Advanced Scripting <https://docs.platformio.org/en/latest/scripting/index.html>`__
6.0.2 (2022-06-01)

2
docs

Submodule docs updated: b3bb4bfe67...6bfc42b226