From 50d9c1d9487cd05772e227191f0358110591f793 Mon Sep 17 00:00:00 2001 From: bandit-ibayashi <60959945+bandit-ibayashi@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:09:08 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ffd8c2..3c86fef8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 1.7.0 (2024/06/24) -* Added BSC10II support. +* Added BSC10II support (Limited region model). * Added TearOff (feed to tear bar) to the CutType enum. * Added India to the Printer.InternationalCharacterType enum. * Changed the example app to use function components instead of class components.