We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e064acd commit d6277d7Copy full SHA for d6277d7
1 file changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [0.6.1]
4
+
5
+[Compare](https://github.com/clipperhouse/displaywidth/compare/v0.6.0...v0.6.1)
6
7
+### Changed
8
+- Perf improvements: replaced the ASCII lookup table with a simple
9
+ function. A bit more cache-friendly. More inlining.
10
+- Bug fix: single regional indicators are now treated as width 2, since that
11
+ is what actual terminals do.
12
13
## [0.6.0]
14
15
[Compare](https://github.com/clipperhouse/displaywidth/compare/v0.5.0...v0.6.0)
0 commit comments