๐ Refactor:
- Refactored the stack implementation to allocate on the heap instead of using the built-in
Vector
, improving memory handling and performance.
๐ ๏ธ Fixes:
- Fixed various issues related to stack functions, ensuring more reliable and efficient stack operations.
๐ Miscellaneous:
- Updated
CHANGELOG.md
to reflect these changes.