Gosu v0.13.1 Release Notes

Release Date: 2017-11-25 // over 6 years ago
    • 2017-11-25: All: Brings draw_rect in line with other draw_ methods (available in C++, available on Gosu::Window in Ruby)
    • 💎 2017-11-25: All: SampleInstance is now called Channel, but the old name still works in Ruby
    • ⚡️ 2017-11-25: All: Update the stb_image dependency to fix crashes when loading 1-bit PNG files
    • ⚡️ 2017-11-25: Windows: Update bundled SDL to 2.0.7
    • 🍎 2017-11-25: macOS: Work around a compiler bug in Xcode 9+
    • 0️⃣ 2017-08-02: C++: Image and Sample have a default constructor now that creates an "empty" object; minor interface changes