aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-05 23:04:11 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-05 23:05:25 -0500
commit847979e4cb1b04a7034fd13fba39c4adca0b975b (patch)
tree209cabe093fa072adac244f5466ab3cb78560cd3 /CHANGELOG.md
parent41cb10a3cb9261eb6d3b4f0579ade411d2de1a2d (diff)
downloadvt100-rust-847979e4cb1b04a7034fd13fba39c4adca0b975b.tar.gz
vt100-rust-847979e4cb1b04a7034fd13fba39c4adca0b975b.zip
changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ab3811..c938f33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [Unreleased]
+
+### Added
+
+* `Screen::contents_between`, for returning the contents logically between two
+ given cells (for things like clipboard selection)
+* Support SGR subparameters (so `\e[38:2:255:0:0m` behaves the same way as
+ `\e[38;2;255;0;0m`)
+
+### Fixed
+
+* Bump `enumset` to fix a dependency which fails to build
+
## [0.8.1] - 2020-02-09
### Changed