diff --git a/Cargo.toml b/Cargo.toml index 3be3aed..eefbdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_sdl2_gl" -version = "0.27.0" +version = "0.27.1" authors = ["Arjun Nair "] edition = "2018" description = "Backend for Egui to use with sdl2-rs and open gl" diff --git a/changelog.md b/changelog.md index be26281..fc34d17 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ NOTE: The major version number of this library matches that of the egui major version that this library currently supports. The minor version number may be different though. +# v0.27.1 +* Added support for SDL v0.37. Thanks [Cobrand](https://github.com/Cobrand) +* Updated triangle example to a colored one. Because why not. + # v0.27.0 * Updated to egui v0.27 and refactored EguiStateHandler. Thanks [David Cohen](https://github.com/osimarr)