Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Feb 19, 2024
1 parent cbae7a0 commit 027a166
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.8.4

* Rename `Buffer::replace_content` method to just `replace`
* Re-implement `replace` as a proper operation, allowing it to be undone/redone
* Fix an issue from `0.8.3` where `Buffer::reload` would leave buffer flagged as modified

### 0.8.3

* Add new `Buffer::replace_content` method to replace all content in-place
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
edition = "2021"

name = "scribe"
version = "0.8.3"
version = "0.8.4"
authors = ["Jordan MacDonald <[email protected]>"]
description = "Text editor toolkit."
homepage = "https://github.com/jmacdonald/scribe"
Expand Down

0 comments on commit 027a166

Please sign in to comment.