aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af2ed8d..9c308de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+## 0.3.3
+
+- Fix off-by-one error in CSI parsing when params list was at max length
+ (previously caused a panic).
+
## 0.2.0
- Removes `osc_start`, `osc_put`, and `osc_end`
diff --git a/Cargo.toml b/Cargo.toml
index 9374466..6cae249 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vte"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0 OR MIT"
description = "Parser for implementing terminal emulators"