# Changelog
## 0.6.2
### Enhancements
* Updating some docs
## 0.6.1
### Bugfixes
* `theme::ColorfulTheme` default styles are for stderr
## 0.6.0
### Breaking
* Removed `theme::SelectionStyle` enum
* Allowed more customization for `theme::Theme` trait by changing methods
* Allowed more customization for `theme::ColorfulTheme` by changing members
* Renamed prompt `Confirmation` to `Confirm`
* Renamed prompt `PasswordInput` to `Password`
* Renamed prompt `OrderList` to `Sort`
* Renamed prompt `Checkboxes` to `MultiSelect`
### Enhancements
* Improved colored theme
* Improved cursor visibility manipulation