Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarikpokras authored Dec 20, 2024
1 parent ec369b9 commit 0d5bf77
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
* `argv` array
* `argit` (argument iterator) macro
* Subscript operator for `strarr`
* `write_file` function
* `begin` macro
* `append` function for `strarr`
* Compiler bug fixes
* Added `items` method to `strarr`
* Added conversion from `str` to `std::string` for compatibility
* Added VSCode support
* Added functions
* `file_size`
* Get size of a file
* `loop`
* Perform a function `x` amount of times
* `reverse`
* Reverse a string

0 comments on commit 0d5bf77

Please sign in to comment.