Merge pull request #340 from aeternity/add_bitwise_stdlib

Add Bitwise.aes to stdlib
This commit is contained in:
Hans Svensson
2021-09-16 10:49:00 +02:00
committed by GitHub
3 changed files with 223 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `Bitwise` stdlib
- `Set` stdlib
- `Option.force_msg`
- Loading namespaces into the current scope (e.g. `using Pair`)