From 575e19ec93b94385d91449eeee4b8818f6e41f7d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Oct 2021 08:04:31 +0000 Subject: [PATCH] Deployed a982f25 to master with MkDocs 1.2.3 and mike 1.0.1 --- master/CHANGELOG/index.html | 9 +++++++++ master/search/search_index.json | 2 +- master/sitemap.xml | 18 +++++++++--------- master/sitemap.xml.gz | Bin 202 -> 201 bytes master/sophia_features/index.html | 19 ++++++++++++++++++- 5 files changed, 37 insertions(+), 11 deletions(-) diff --git a/master/CHANGELOG/index.html b/master/CHANGELOG/index.html index cd85958..8ef3c41 100644 --- a/master/CHANGELOG/index.html +++ b/master/CHANGELOG/index.html @@ -1258,6 +1258,15 @@ and this project adheres to Semant
  • Assign patterns to variables (e.g. let x::(t = y::_) = [1, 2, 3, 4] where t == [2, 3, 4])
  • Add builtin types (AENS.name, AENS.pointee, Chain.ttl, Chain.base_tx, Chain.ga_meta_tx, Chain.paying_for_tx) to the calldata and result decoder
  • +
  • Patterns guards +
    switch(x)
    +  a::[] | a > 10 => 1
    +  _              => 2
    +
    +
    function
    +  f(a::[]) | a > 10 = 1
    +  f(_)              = 2
    +
  • Changed