aboutsummaryrefslogtreecommitdiff
path: root/rtic-sync/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-sync/CHANGELOG.md')
-rw-r--r--rtic-sync/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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