diff --git a/CHANGELOG.md b/CHANGELOG.md index 90729b2..c99f78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ +## 0.20.1 + +- Update docs, explaining that setting sensitivity values to 0 will disable the respective control + ## 0.20 -- Change `zoom_lower_limit` from `Option` to `f32`, defaulting to `0.05`, and remove the hard coded lower zoom limit of `0.05`. +- Change `zoom_lower_limit` from `Option` to `f32`, defaulting to `0.05`, and remove the hard coded lower zoom + limit of `0.05`. This allows the lower limit to be lowered below 0.05, in case there is a need to work at very small scales. ## 0.19.5 -- Update `bevy_egui` to 0.30 in order to resolve an issue with `bevy-inspector-egui` 0.27 ([#85](https://github.com/Plonq/bevy_panorbit_camera/pull/85)) +- Update `bevy_egui` to 0.30 in order to resolve an issue with `bevy-inspector-egui` + 0.27 ([#85](https://github.com/Plonq/bevy_panorbit_camera/pull/85)) ## 0.19.4 diff --git a/Cargo.toml b/Cargo.toml index 806442f..11b2d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_panorbit_camera" -version = "0.20.0" +version = "0.20.1" authors = ["Plonq"] edition = "2021" description = "A basic pan and orbit camera in Bevy"