From 209468c47885fa8ebf1a692e0c3c01585fcd2bdf Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 14 Jan 2020 09:58:47 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- Readme.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06f009..ebe13f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.14.0 (Next version) +## 0.14.0 ### Breaking changes @@ -50,7 +50,8 @@ ### Bugfixes -- Fixed `ScrollView::show_scrollbars()` +- Fixed `ScrollView::show_scrollbars()`. +- Correctly update the offset for `ScrollView` after focus change. - Fixed layout for `BoxView` with some size constraints. - On Windows, do not print unix-specific character during initialization. - Fix out-of-bounds access for some mouse events in `MenuPopup` diff --git a/Readme.md b/Readme.md index 7104891..7c61f51 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ It is designed to be safe and easy to use: ```toml [dependencies] -cursive = "0.13" +cursive = "0.14" ``` Or to use the latest git version: