You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -214,7 +214,6 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a
214
214
<li><p>Added support for list insertion in ‘ets:insert/2’.</p></li>
215
215
<li><p>Support to OTP-28</p></li>
216
216
<li><p>Added <codeclass="docutils literal notranslate"><spanclass="pre">atomvm:subprocess/4</span></code> to perform pipe/fork/execve on POSIX platforms</p></li>
217
-
<li><p>Added <codeclass="docutils literal notranslate"><spanclass="pre">externalterm_to_term_with_roots</span></code> to efficiently preserve roots when allocating memory for external terms.</p></li>
218
217
<li><p>Added <codeclass="docutils literal notranslate"><spanclass="pre">erl_epmd</span></code> client implementation to epmd using <codeclass="docutils literal notranslate"><spanclass="pre">socket</span></code> module</p></li>
219
218
<li><p>Added support for socket asynchronous API for <codeclass="docutils literal notranslate"><spanclass="pre">recv</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">recvfrom</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">accept</span></code>.</p></li>
220
219
<li><p>Added support for UDP multicast with socket API.</p></li>
@@ -279,7 +278,6 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a
279
278
<sectionid="changed">
280
279
<h3>Changed<aclass="headerlink" href="#changed" title="Link to this heading"></a></h3>
281
280
<ulclass="simple">
282
-
<li><p>Removed <codeclass="docutils literal notranslate"><spanclass="pre">externalterm_to_term_copy</span></code> added in [0.6.5] and introduced flags to <codeclass="docutils literal notranslate"><spanclass="pre">externalterm_to_term</span></code> to perform copy.</p></li>
283
281
<li><p>Release images for ESP32 chips are built with ESP-IDF v5.5</p></li>
284
282
<li><p>Only support ESP32P4 on ESP-IDF v5.5.2, v5.4.4 and later.</p></li>
285
283
<li><p>ESP32: SPI peripheral defaults to <codeclass="docutils literal notranslate"><spanclass="pre">"spi2"</span></code> instead of deprecated <codeclass="docutils literal notranslate"><spanclass="pre">hspi</span></code></p></li>
@@ -305,6 +303,7 @@ <h3>Changed<a class="headerlink" href="#changed" title="Link to this heading">
305
303
table.</p></li>
306
304
<li><p>ESP32 ports now flash a complete working image using the <codeclass="docutils literal notranslate"><spanclass="pre">idf.py</span><spanclass="pre">flash</span></code> task.</p></li>
307
305
<li><p>ESP32 platform now uses reproducible builds.</p></li>
306
+
<li><p>C API: <codeclass="docutils literal notranslate"><spanclass="pre">externalterm</span></code> module was renamed to <codeclass="docutils literal notranslate"><spanclass="pre">external_term</span></code> and it has a completely new API</p></li>
0 commit comments