From 46e5b08f9846ae6d830ec267901e70883321b7a7 Mon Sep 17 00:00:00 2001 From: Aria Aghaei Date: Sat, 16 Sep 2023 19:21:41 -0500 Subject: [PATCH] chore: added AsRef change to Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c534174..5b7fe15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - Added optional parser parameters: [diondokter/at-commands#9](https://github.com/diondokter/at-commands/pull/9) +- Changed &str to AsRef<[u8]> in CommandBuilder methods: [diondokter/at-commands#10](https://github.com/diondokter/at-commands/pull/10) ## [0.5.3] - 2022-09-11 - More arguments are now supported: [diondokter/at-commands#6](https://github.com/diondokter/at-commands/pull/6)