1CHANGELOG 2========= 3 4## 0.3.3 5 6- Fix off-by-one error in CSI parsing when params list was at max length 7 (previously caused a panic). 8 9## 0.2.0 10 11- Removes `osc_start`, `osc_put`, and `osc_end` 12- Adds `osc_dispatch` which simply receives a list of parameters 13- Removes `byte: u8` parameter from `hook` and `unhook` because it's always 14 zero. 15