Update CHANGELOG
This commit is contained in:
parent
e756f935f2
commit
6a5eff6db3
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Toplevel compile-time constants
|
||||
```
|
||||
namespace N =
|
||||
let nc = 1
|
||||
contract C =
|
||||
let cc = 2
|
||||
```
|
||||
### Changed
|
||||
### Removed
|
||||
### Fixed
|
||||
|
Loading…
x
Reference in New Issue
Block a user