1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00

[ CHANGELOG ] updated v0.1.1

This commit is contained in:
Jonathan Prieto-Cubides 2022-03-25 18:06:50 +01:00
parent ce30de2dc3
commit 318cc4c441
2 changed files with 16 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# Changelog
`MiniJuvix` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
## 0.0.0.0
* Initially created.
[1]: https://pvp.haskell.org
[2]: https://github.com/heliaxdev/MiniJuvix/releases

16
CHANGELOG.org Normal file
View File

@ -0,0 +1,16 @@
* Changelog
MiniJuvix uses [[https://pvp.haskell.org][PVP Versioning]]. The
changelog is available
[[https://github.com/heliaxdev/MiniJuvix/releases][on GitHub]].
** 0.1.1
- Add support in the parser/scoper for Axiom backends
- Add support for =foreign= keyword
- New flag =--no-colors= for the scope command
- Upgrade to GHC 9.2.2
- Improve resolution of local symbols in the scoper
- Several new tests related to ambiguous symbols
- Add =--version= flag
- Add InfoTableBuilder effect for the scoper