diff --git a/CHANGES.md b/CHANGES.md index 7e02846171..580d1e40c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # 1.7.3 (future) - AUDIO: Audio mixer supports FLAC/MP3 file types now! - COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too. +- COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013). - HID: Merge new HID subsystem. - HID: Fix WaveBird support for the Wii U GCA. - HID/OSX: Fix regression with IODHIDManager - gamepads which are connected later would not be autoconfigured.