diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5b5a45e6..a3fe94f63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.32.1 + - Fixed EGL's `Device::query_devices()` being too strict about required extensions. - Fixed crash in `EglGetProcAddress` on Win32-x86 platform due to wrong calling convention. - Fixed EGL's `Display::device()` always returning an error due to invalid pointer-argument passing inside. diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 4566af5fa7..0ed20244c5 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.32.0" +version = "0.32.1" authors = ["Kirill Chibisov "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl", "egl"]