Fix Changelog.md
Note breaking changes when 2.0.0 was introduced.
This commit is contained in:
parent
4528053334
commit
4070a4038e
1 changed files with 7 additions and 3 deletions
10
Changelog.md
10
Changelog.md
|
@ -34,14 +34,18 @@ same center.
|
|||
|
||||
## Version 2.0.0
|
||||
|
||||
Add collision detection with Spheres.
|
||||
|
||||
Add some more vector/matrix math stuff.
|
||||
### Breaking Changes
|
||||
|
||||
Replace Mat3 with Mat4.
|
||||
|
||||
Replace xyz-axis rotation floats in GenericBox with Mat4.
|
||||
|
||||
### Non-Breaking Changes
|
||||
|
||||
Add collision detection with Spheres.
|
||||
|
||||
Add some more vector/matrix math stuff.
|
||||
|
||||
## Version 1.0.0
|
||||
|
||||
First version of this library.
|
||||
|
|
Loading…
Reference in a new issue