*********************
* TinyOAL Changelog *
*********************

0.9.9
-----
- Fixed invalid resource deletion
- Fixed incorrect Play() source
- Renamed AUDIO_flags to TINYOAL_flags
- Removed Permaloads
- Introduced cAudioRefs for reference management as a replacement to permaloading
- Introduced a ManagedCreate function that allows you to create an audio source and have it be automatically deleted after it finishes playing
- Various utility updates

0.9.85
-----
- Added changelog
- Added version number to source
- Added several OGG function calls
- Implemented a faster Reset for OGG using ov_seek_raw()
- Added time to sample conversion for all formats
- Implemented skipping
- Implemented loop points
- OGG format now looks for LOOPSTART and automatically sets the loop point to that on load
- Added looping utility to insert LOOPSTART into an OGG file and added its associated dependencies

0.9.8
------
- Minor bugfixees

0.9.5
-----
- Initial Public Release