From 174d196d718b5279d92ab2d91f4b7c627567de12 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 27 Sep 2022 19:59:39 -0600 Subject: [PATCH] changes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2d880..bd10bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -* **0.7.5 (unreleased):** Adds more utilities for DMA and screenblock usage. +* **0.7.5 (unreleased):** + * Adds a helper for using `stm` to set all controls of a DMA at once. + * Adds functions to pick an affine screenblock location. * **0.7.4:** Adds mGBA logging support. * **0.7.3:** Fixes "multiple definition" errors with the AEABI division functions. Filed a PR to fix this soon: