From 060da3197c22f6665614393f44ab2ed8aef27bf8 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 26 May 2020 11:35:19 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- Readme.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2688bd9..5b48ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next version (0.15.0) +## 0.15.0 ### Breaking changes @@ -21,6 +21,9 @@ - Add `ScreensView` to move some code away from the `Cursive` root - Reworked global callbacks configuration - Ctrl-C can be rewired to no longer exit the application +- Add `SelectView::(try_)iter_mut()` +- `Dialog::{test, info}` now accept `StyledString` as input +- Add missing functions to Checkbox re: enabled state ### Bugfixes diff --git a/Readme.md b/Readme.md index a9bc335..ca7ac42 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.14" +cursive = "0.15" ``` Or to use the latest git version: