aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authormestorlx <github@martindiz.com.ar>2018-10-12 05:21:49 +0800
committermestorlx <github@martindiz.com.ar>2018-10-13 20:54:07 +0800
commit1ce9566e504f3ce14978a9df5e8b37b74e6f621e (patch)
tree872c5f9562d88aaba4b2dd419af838a72f7e2bc0 /Changelog.md
parent26dc876c28718613ad64961e65374ace1139010b (diff)
downloaddexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.tar
dexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.tar.gz
dexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.tar.bz2
dexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.tar.lz
dexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.tar.xz
dexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.tar.zst
dexon-solidity-1ce9566e504f3ce14978a9df5e8b37b74e6f621e.zip
Updated MAXIMUM_STRING_DISTANCE to non static maximumStringDistance taking into account length of the identifier
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index b817dc22..05636a30 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -101,6 +101,7 @@ Compiler Features:
* Code Generator: Allocate and free local variables according to their scope.
* Removed ``pragma experimental "v0.5.0";``.
* Syntax Checker: Improved error message for lookup in function types.
+ * Name Resolver: Updated name suggestion look up function to take into account length of the identifier: 1: no search, 2-3: at most one change, 4-: at most two changes
Bugfixes:
* Build System: Support versions of CVC4 linked against CLN instead of GMP. In case of compilation issues due to the experimental SMT solver support, the solvers can be disabled when configuring the project with CMake using ``-DUSE_CVC4=OFF`` or ``-DUSE_Z3=OFF``.