Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 16, 2024
1 parent 0836179 commit d59b6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions en/latest/core/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ <h3>6.1.14 (2024-??-??)<a class="headerlink" href="#id1" title="Link to this hea
<li><p>Introduced the <code class="docutils literal notranslate"><span class="pre">--json-output</span></code> option to the <a class="reference external" href="https://docs.platformio.org/en/latest/core/userguide/cmd_test.html">pio test</a> command, enabling users to generate test results in the JSON format</p></li>
<li><p>Broadened version support for the <code class="docutils literal notranslate"><span class="pre">pyelftools</span></code> dependency, enabling compatibility with lower versions and facilitating integration with a wider range of third-party tools (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/4834">issue #4834</a>)</p></li>
<li><p>Addressed an issue where passing a relative path (<code class="docutils literal notranslate"><span class="pre">--project-dir</span></code>) to the <a class="reference external" href="https://docs.platformio.org/en/latest/core/userguide/project/cmd_init.html">pio project init</a> command resulted in an error (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/4847">issue #4847</a>)</p></li>
<li><p>Enhanced <a class="reference external" href="https://docs.platformio.org/en/latest/advanced/static-code-analysis/index.html">Static Code Analysis</a> to accommodate scenarios where custom <code class="docutils literal notranslate"><span class="pre">src_dir</span></code> or <code class="docutils literal notranslate"><span class="pre">include_dir</span></code> are located outside the project folder (<a class="reference external" href="https://github.com/platformio/platformio-core/pull/4874">pull #4874</a>)</p></li>
<li><p>Corrected the validation of <code class="docutils literal notranslate"><span class="pre">symlink://</span></code> <a class="reference external" href="https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_install.html#local-folder">package specifications</a> , resolving an issue that caused the package manager to repeatedly reinstall dependencies (<a class="reference external" href="https://github.com/platformio/platformio-core/pull/4870">pull #4870</a>)</p></li>
<li><p>Resolved an issue related to the relative package path in the <a class="reference external" href="https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_publish.html">pio pkg publish</a> command</p></li>
<li><p>Resolved an issue where the <a class="reference external" href="https://docs.platformio.org/en/latest/librarymanager/ldf.html">LDF</a> selected an incorrect library version (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/4860">issue #4860</a>)</p></li>
Expand Down
2 changes: 1 addition & 1 deletion en/latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit d59b6f5

Please sign in to comment.