|
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.5555dee1 documentation</title> |
| 9 | + <title>Changelog — AtomVM 0.7.0-dev+git.3c7b7006 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=6c9e9c78"></script> |
| 20 | + <script src="_static/documentation_options.js?v=3c960617"></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> |
@@ -268,6 +268,10 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a |
268 | 268 | <li><p>Added support for ESP32 development builds to include NVS partition data at build time</p></li> |
269 | 269 | <li><p>Added missing <code class="docutils literal notranslate"><span class="pre">inet</span></code> functions: <code class="docutils literal notranslate"><span class="pre">ntoa/1</span></code>, <code class="docutils literal notranslate"><span class="pre">parse_address/1</span></code>, <code class="docutils literal notranslate"><span class="pre">parse_ipv4_address/1</span></code>, |
270 | 270 | <code class="docutils literal notranslate"><span class="pre">parse_ipv4strict_address/1</span></code></p></li> |
| 271 | +<li><p>Added support for new <code class="docutils literal notranslate"><span class="pre">is_integer/3</span></code> BIF, introduced with OTP-29</p></li> |
| 272 | +<li><p>Support for OTP-29</p></li> |
| 273 | +<li><p>Added <code class="docutils literal notranslate"><span class="pre">base64:encode/2</span></code> and <code class="docutils literal notranslate"><span class="pre">base64:decode/2</span></code> functions, that take in addition also a map with |
| 274 | +encoding/decoding options, also Elixir <code class="docutils literal notranslate"><span class="pre">(url_)encode64</span></code>/<code class="docutils literal notranslate"><span class="pre">(url_)decode64</span></code> have been added to <code class="docutils literal notranslate"><span class="pre">Base</span></code>.</p></li> |
271 | 275 | </ul> |
272 | 276 | </section> |
273 | 277 | <section id="changed"> |
|
0 commit comments