Update CHANGELOG.md

This commit is contained in:
Alexandre Bury 2019-03-04 10:34:47 -08:00
parent 242a3c68a7
commit ff64c7191b

View File

@ -12,6 +12,7 @@
`find_id()` was added instead. `find_id()` was added instead.
- Updated the Backend trait for a simpler input system - Updated the Backend trait for a simpler input system
- Updated to Rust 2018 edition (now requires rustc > 1.31) - Updated to Rust 2018 edition (now requires rustc > 1.31)
- `Cursive::clear()` now takes `&mut self`
### API updates ### API updates