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: Deprecation warning for inline assembly annotation `memory-safe`.
9
+
* Syntax Checker: Deprecation warning for ABI coder v1.
10
+
* Syntax Checker: Deprecation warning for `virtual` modifiers.
11
+
* Type Checker: Deprecation warning for `send` and `transfer` member functions of `address` type.
12
+
* Type Checker: Deprecation warning for comparison of variables of contract type.
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