Add changelog
parent
bec7da48f7
commit
3aaddd6729
|
@ -0,0 +1,5 @@
|
|||
## Version 0.0.1
|
||||
- Initial release
|
||||
|
||||
## Version 0.0.2
|
||||
- Added cdecl calling convention for StringCallback
|
|
@ -7,6 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpPhysFS", "SharpPhysFS\
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{250EE88E-18B5-4433-ACF0-24A1D81429CF}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
CHANGELOG.md = CHANGELOG.md
|
||||
LICENSE.md = LICENSE.md
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
|
|
Loading…
Reference in New Issue