blob: 447ca22cb783e4d09be22db94cc0d6b30db58c58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Changelog
## 0.3.0 (2024-06-10)
- Add support for Playdate
## 0.2.0 (2024-05-20)
- Allow to choose the log level at runtime
- Remove LOG0 macros
## 0.1.0 (2024-05-20)
- Add LSTD_ASSERT macros
- Add bitset module
- Add bytes utilities module
- Add HashSet/HashTable
- Add log module
- Add allocator abstraction
- Add String wrappers
- Add Vec
|