mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-22 07:58:24 +00:00
changelog
This commit is contained in:
parent
3872c0128b
commit
0bdb275cf6
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -2,11 +2,33 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [unreleased]
|
||||
## [0.0.1-alpha.11] - 2024-03-01
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add modules support, add name mangling
|
||||
- Allow extern fns
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Debug type names
|
||||
|
||||
## [0.0.1-alpha.10] - 2024-02-28
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Check type correctness
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(ci)* Fix ci release
|
||||
- Fix checker
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Update changelog
|
||||
- Update dependencies
|
||||
- Update version
|
||||
|
||||
## [0.0.1-alpha.9] - 2024-02-24
|
||||
|
||||
|
|
Loading…
Reference in a new issue