From a97e4fe42d5f846a5c62b4bb85dc5640d12f464c Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sun, 11 Aug 2024 01:17:25 +0200 Subject: [PATCH] Add temp allocator scribble. Make bufferstream safer. --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index 3e4ccb0c8..1e5077bd9 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -30,6 +30,7 @@ - The compiler now skips UTF8 BOM. - Printable values passed to the Formatter as pointers, will print as if passed by value. - Pointers are rendered with "0x" prefix when passed to '%s'. +- Add temp allocator scribble. ### Fixes