|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>Changelog — AtomVM 0.7.0-dev+git.5ae28b5e documentation</title> |
| 9 | + <title>Changelog — AtomVM 0.7.0-dev+git.5224ddd5 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" /> |
|
17 | 17 | <link rel="canonical" href="https://doc.atomvm.org/main/CHANGELOG.html" /> |
18 | 18 | <script src="_static/jquery.js?v=5d32c60e"></script> |
19 | 19 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
20 | | - <script src="_static/documentation_options.js?v=70be1da1"></script> |
| 20 | + <script src="_static/documentation_options.js?v=044cc076"></script> |
21 | 21 | <script src="_static/doctools.js?v=fd6eb6e6"></script> |
22 | 22 | <script src="_static/sphinx_highlight.js?v=6ffebe34"></script> |
23 | 23 | <script src="_static/js/theme.js"></script> |
@@ -237,6 +237,7 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a |
237 | 237 | <li><p>Added WiFi support for ESP32P4 via esp-wifi-external for build with ESP-IDF v5.4 and later</p></li> |
238 | 238 | <li><p>Added Process.link/1 and unlink/1 to Elixir Process.ex</p></li> |
239 | 239 | <li><p>Added <code class="docutils literal notranslate"><span class="pre">erlang:module_loaded/1</span></code></p></li> |
| 240 | +<li><p>Added <code class="docutils literal notranslate"><span class="pre">binary:longest_common_prefix/1</span></code></p></li> |
240 | 241 | <li><p>Added <code class="docutils literal notranslate"><span class="pre">binary:replace/3</span></code>, <code class="docutils literal notranslate"><span class="pre">binary:replace/4</span></code></p></li> |
241 | 242 | <li><p>Added <code class="docutils literal notranslate"><span class="pre">binary:match/2</span></code> and <code class="docutils literal notranslate"><span class="pre">binary:match/3</span></code></p></li> |
242 | 243 | <li><p>Added <code class="docutils literal notranslate"><span class="pre">supervisor:which_children/1</span></code> and <code class="docutils literal notranslate"><span class="pre">supervisor:count_children/1</span></code></p></li> |
|
0 commit comments