Update extras.

This commit is contained in:
David Reid
2020-04-13 08:40:28 +10:00
parent efb1574a8e
commit 1f295eba8a
3 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
/*
WAV audio loader and writer. Choice of public domain or MIT-0. See license statements at the end of this file.
dr_wav - v0.12.0 - 2020-04-04
dr_wav - v0.12.1 - 2020-04-13
David Reid - mackron@gmail.com
@@ -5734,6 +5734,9 @@ two different ways to initialize a drwav object.
/*
REVISION HISTORY
================
v0.12.1 - 2020-04-13
- Fix some pedantic warnings.
v0.12.0 - 2020-04-04
- API CHANGE: Add container and format parameters to the chunk callback.
- Minor documentation updates.