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
Copy file name to clipboardExpand all lines: Changelog.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ Language Features:
5
5
6
6
Compiler Features:
7
7
* ethdebug: Experimental support for instructions and source locations under EOF.
8
+
* DocString Parser: Warn about deprecation of inline assembly special comment `memory-safe-assembly`.
9
+
* Syntax Checker: Warn about deprecation of ABI coder v1.
10
+
* Syntax Checker: Warn about deprecation of virtual modifiers.
11
+
* Type Checker: Warn about deprecation of `send` and `transfer` functions on instances of `address`.
12
+
* Type Checker: Warn about deprecation of comparisons between variables of contract types.
8
13
9
14
Bugfixes:
10
15
* Assembler: Fix not using a fixed-width type for IDs being assigned to subassemblies nested more than one level away, resulting in inconsistent `--asm-json` output between target architectures.
0 commit comments