Update changelog

This commit is contained in:
Alexandre Bury 2019-04-17 12:13:52 -07:00
parent e4d92cda66
commit 21a43d2b1c

View File

@ -5,6 +5,10 @@
### API updates ### API updates
- Bring back `Cursive::set_fps` for <30Hz refresh rates. - Bring back `Cursive::set_fps` for <30Hz refresh rates.
- Add `Cursive::backend_name` to get the name of the current backend.
- Add a new backend based on the crossterm library.
- Add direct downcast methods to `dyn AnyView`
- Add sort methods to `SelectView`
### Improvements ### Improvements