summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-03-30 19:36:58 +0100
committerSebastian Wiesner <sebastian@swsnr.de>2019-03-30 19:37:02 +0100
commit7f0e98a5e6f42a566b7fdc516e4d8bf8a39117ac (patch)
tree3478ab7cda1dbcbc468abb97a84501e1137a7d35
parentd64b8aa4b8212a942e744bb3868925c611566518 (diff)
Mention missing fallback
See GH-73
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afdae0b..8b13391 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
## [Unreleased]
### Added
- Render task lists nicely (see [GH-72]).
-- Render strike-through text (see [GH-71]).
+- Render strike-through text (see [GH-71]). Some terminals do not support this
+ feature, and mdcat does not have a fallback currently (see [GH-73]).
+[GH-73]: https://github.com/lunaryorn/mdcat/issues/73
[GH-72]: https://github.com/lunaryorn/mdcat/issues/72
[GH-71]: https://github.com/lunaryorn/mdcat/issues/71