aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 2cc4a139dca50dfb87103367070d6ca672659499 (plain)
1
2
3
4
5
6
## v1.0

Initial version with a `list.s` file which implements the `List` scope. This
scope defines two 16-bit pointers from which you can manipulate a list, but they
are more useful when used together with the macros `LIST_INIT`, `LIST_IT_FROM`
and `LIST_NEXT`; and the functions `set`, `push` and `get`.