mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Use a Printable struct for ansi rgb formatting instead of explicit allocations (#2696)
* Use a `Printable` struct for ansi rgb formatting * update release notes * Some renaming. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
- Add `streebog` (aka "GOST-12") hashing with 256-bit and 512-bit outputs. #2659
|
||||
- Add unit tests for HMAC 256 based on RFC 4231. #2743
|
||||
- Add extra `AsciiCharset` constants and combine its related compile-time/runtime macros. #2688
|
||||
- Use a `Printable` struct for ansi RGB formatting instead of explicit allocation and deprecate the old method.
|
||||
|
||||
## 0.7.8 Change list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user