mini_gl_fb/CHANGELOG.md
2018-08-25 16:08:23 -04:00

12 lines
327 B
Markdown

# Change Log
## [v0.5.1] - 2018-08-25
Started a change log!
### Fixed
- Vertical mouse position was wrong, v0.5.0 changed coordinate systems from a window-like one
to a UV-like one (0, 0 is now the lower left) but the glutin basic input feature did not
respect this and reported old style mouse positions