Version 2.0.0
-------------
 - Add jg_api_version() so cores can report the API version they were built
   against
 - Add JG_VERSION_NUMBER and JG_VERSION_NAME macros
 - Add a userdata pointer argument to jg_cb_audio_t, jg_cb_frametime_t, and
   jg_cb_rumble_t callbacks
 - Add jg_systeminfo_t and jg_get_systemlist() for querying supported systems
 - Add jg_biosinfo_t and jg_get_bioslist() for BIOS/firmware requirements
 - Add jg_mediainfo_t and jg_get_mediainfo() for querying media state
 - Add jg_media_set() and jg_media_mount(); deprecate jg_media_select() and
   jg_media_insert(), to be removed in API version >= 2.1.0
 - Add jg_get_inputlist() to return the full list of supported input devices
 - Add jg_get_dips() for per-game DIP switch settings
 - Add JG_HINT_CHEATS hint flag
 - Add firstboot reset mode to jg_reset()

Version 1.0.0
-------------
 - Initial tagged release
