From 56a5817c8867bac95e7e325bfb2fd3b9ea104740 Mon Sep 17 00:00:00 2001 From: Matthew Waltz Date: Thu, 24 Aug 2023 09:15:50 -0600 Subject: [PATCH] update changelog --- changelog.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index df4c9a87a..efcba7def 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,22 @@ # Change Log -## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.1...master) +## [Unreleased](https://github.com/CE-Programming/toolchain/compare/v11.2...master) + +# [v11.2](https://github.com/CE-Programming/toolchain/releases/tag/v11.2) (2023-8-24) + +* **New features** + * Add back dedicated timer functions by @mateoconlechuga + * Use timer 1 for clock and related functions by @mateoconlechuga + +* **Bugfixes** + * Fix sprintf/vsprintf/snprintf/vsprintf bounds checking by @mateoconlechuga + * Fixes for convimg (palette generation) by @mateoconlechuga + +* **Improvements**: + * Add framerate limiting example by @commandblockguy + * Ensure tools are compiled statically by @mateoconlechuga + * Improve macOS deployment tools by @adriweb + * Minor documentation improvements by @mateoconlechuga # [v11.1](https://github.com/CE-Programming/toolchain/releases/tag/v11.1) (2023-5-19)