first commit

This commit is contained in:
pena 2024-07-11 12:32:38 +02:00
commit 1be272e3e7
10 changed files with 1380 additions and 0 deletions

24
CHANGES.md Normal file
View file

@ -0,0 +1,24 @@
## unreleased
## 0.5 - 2025-01-30
- do not depend on, expose or re-export any library
- unhide `Format.formatter`
## 0.4 - 2025-01-28
- do not add new functions, only hide some
- handle more modules
- add some signals stuff to `Sys` module
## 0.3 - 2024-07-26
- move monoporphic comparison operators to Infix submodule
## 0.2 - 2024-07-23
- add monomorphic comparison operators to Float and Int{32|64}
## 0.1 - 2024-07-17
- first release