diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bc75c..8114fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.8.3 + +* Add new `Buffer::replace_content` method to replace all content in-place +* Updated `Buffer::reload` to raise an error when path is missing +* Updated `GapBuffer::new` to accept both `String` and `&str` + ### 0.8.2 * Update Buffer `reload` method to preserve cursor position or line when diff --git a/Cargo.toml b/Cargo.toml index 663bfac..d653707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" name = "scribe" -version = "0.8.2" +version = "0.8.3" authors = ["Jordan MacDonald "] description = "Text editor toolkit." homepage = "https://github.com/jmacdonald/scribe"