diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a56623..80bc75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.8.2 + +* Update Buffer `reload` method to preserve cursor position or line when + possible. +* Replace GapBuffer `to_string` method with `fmt::Display` trait implementation. + ### 0.8.1 * Removed unused luthor dependency diff --git a/Cargo.toml b/Cargo.toml index c19d8e3..663bfac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" name = "scribe" -version = "0.8.1" +version = "0.8.2" authors = ["Jordan MacDonald "] description = "Text editor toolkit." homepage = "https://github.com/jmacdonald/scribe"