Browse Source

Update CHANGELOG

xuty 2 years ago
parent
commit
543b072c16
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -1,5 +1,6 @@
 # [upcoming]
 * Support customizing word separators for selection [#160]. Thanks [@itzhoujun].
+* Fix incorrect tab stop handling [#161]. Thanks [@itzhoujun].
 
 ## [3.4.1] - 2023-01-27
 * Fix Flutter 3.7 incompatibilities [#151], thanks [@jpnurmi].
@@ -253,4 +254,5 @@
 [#151]: https://github.com/TerminalStudio/xterm.dart/pull/151
 
 [#160]: https://github.com/TerminalStudio/xterm.dart/pull/160
+[#161]: https://github.com/TerminalStudio/xterm.dart/pull/161