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 29, 2024
1 parent 0f25775 commit 826d9d0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
### v2.10.0
* Types
* `any`
* Can be assigned with `num`s, `str`s, number and string literals.
* Useful for functions that need to accept an argument of any type
* Important Changes
* Removed template for `num`
* Removed need to declare types in functions
* Other
* Conversion operators for `num`
* Fix problem where `num`s can't be added to number literals
### v2.10.0 → v2.11.0
* Additions to `any`
* Member functions allow access value of object
* VSCode Extension
* Added snippets for autocompletion (#2 @turrnut)

0 comments on commit 826d9d0

Please sign in to comment.