From efb82b7b05785352d0003b565f15e73ca4e656a1 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Sat, 6 Jan 2024 22:52:08 -0800 Subject: Changes `make_channel!` macro to accept more types (#877) * Changes `make_channel!` macro to accept more types Changes `type` macro argument from `path` to `ty`, allowing more complex types like tuples, arrays, & pointers. See https://doc.rust-lang.org/reference/types.html#type-expressions. * Adds to `CHANGELOG.md` --- rtic-sync/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtic-sync/CHANGELOG.md') diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index ed10372..0e5ab07 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -13,6 +13,8 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top! ### Fixed +- `make_channel` now accepts `Type` expressions instead of only `TypePath` expressions. + ## v1.1.1 - 2023-12-04 ### Fixed -- cgit v1.2.3