From 09ad7c2c5da5b2e336ce20cb180e525ffc70929e Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 13 Mar 2024 15:36:46 +0000 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e68558ce..05a043f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Export the `dma` module correctly so you can write the types from it and use it in more complex cases. + ## [0.19.1] - 2024/03/06 ### Added