Skip to content

Commit 2757fe2

Browse files
committed
update changelog
1 parent 6c50c71 commit 2757fe2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.26 (2023-08-28)
4+
5+
- Change location of initializer functions when the original contract doesn't have a constructor. Previously it would be the start of the contract, before state variables. It is now placed immediately before the first function of the contract, if the contract has functions.
6+
- Add namespaced storage as an alternative to gaps `-n` enables namespaces, and `-N` excludes specific files from namespaces.
7+
38
## 0.3.25 (2023-07-05)
49

510
- Allow immutable variable assignment given `unsafe-allow state-variable-immutable`. Previously `unsafe-allow state-variable-assignment` was required as well.

0 commit comments

Comments
 (0)