diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d433fdc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## 0.1 + +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`. |
