Skip to content

Commit 33dc0c4

Browse files
committed
Add BREAKING.md for listing breaking changes between version tags
Signed-off-by: Lilis Iskandar <[email protected]>
1 parent d1023bd commit 33dc0c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

BREAKING.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## BREAKING CHANGES
2+
3+
### v0.2..master
4+
5+
+ Renamed `Texture.GL_BindTexture()` and `Texture.GL_UnbindTexture()` to `Texture.GLBind()` and `Texture.GLUnbind()` respectively
6+
+ Renamed `LoadWAV_RW()` to `LoadWAVRW()`
7+
8+
- Unexported `Padding` in `AudioSpec` struct

0 commit comments

Comments
 (0)