diff --git a/CHANGELOG.md b/CHANGELOG.md index 2926eb3..aab1bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ This project follows semantic versioning. ### v0.3.1 (2016-01-29) -- [fixed] get_mouse_pos(MouseMode::Clamp) now is in the region [(0, 0) - (width - 1, height - 1)] instead of (width, height) +- [fixed] ```get_mouse_pos(MouseMode::Clamp)``` now is in the region [(0, 0) - (width - 1, height - 1)] instead of (width, height) ### v0.3.0 (2016-01-29) -- [added] get_mouse_pos -- [added] get_mouse_down -- [added] get_scroll_wheel +- [added] ```get_mouse_pos``` +- [added] ```get_mouse_down``` +- [added] ```get_scroll_wheel``` This relase adds support for mouse input. See the documentation and the examples for usage