summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-09-01 09:49:06 +0200
committerGitHub <noreply@github.com>2020-09-01 09:49:06 +0200
commit896f8dc698da62b5925d65dbe046c5d50b9b44ee (patch)
treeb5415715e2de451f58ec9f0357407e45f2f80d66
parentf4009e4c6e4198499b8642b8d6cba0b40f66da20 (diff)
docs(changelog): chinese characters fix
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68b2ae9..4782d61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
* Add delimiters between refreshes in raw mode for easier parsing (https://github.com/imsnif/bandwhich/pull/175) - [@sigmaSd](https://github.com/sigmaSd)
+### Fixed
+* Truncate Chinese characters properly (https://github.com/imsnif/bandwhich/pull/177) - [@zxlzy](https://github.com/zxlzy)
+
## [0.16.0] - 2020-07-13
### Fixed