소스 검색

Update CHANGELOG

xuty 2 년 전
부모
커밋
543b072c16
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

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