Fixed --track when used with --tac

Fix #3234
This commit is contained in:
Junegunn Choi
2023-04-22 15:09:43 +09:00
parent 44cfc7e62a
commit 7c6f5dba63
5 changed files with 30 additions and 14 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ CHANGELOG
0.39.1
------
- Disallow using `--track` with `--tac` as the result can be very confusing
- Fixed `--track` behavior when used with `--tac`
- However, using `--track` with `--tac` is not recommended. The resulting
behavior can be very confusing.
- Bug fixes and improvements
0.39.0