Skip to content

Commit 15ea283

Browse files
committed
v3.0.0
1 parent 7fad482 commit 15ea283

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.0.0 (May 17th 2021)
1+
Version 3.0.0 (May 18th 2021)
22
-----------------------------
33
* Vector class:
44
* Fix Vector opposite method
@@ -12,14 +12,10 @@ Version 3.0.0 (May 17th 2021)
1212
* Delete set(), setFromArray() and clone() methods
1313
* Circle class:
1414
* First parameter of set() method and constructor is now Radius.
15-
* Position parameters of constructor can be given as numbers, array, angle or Vector2
1615
* Delete set(), setPositionXY() and setPositionFromVector() methods
1716
* Add setPosition(), setRadius() and setDiameter() methods
1817
* Rectangle class:
1918
* First parameters of constructor are now width and height.
20-
* Position parameters constructor can be given as numbers, array, angle or Vector2
21-
* setPosition() method now accept numbers, array, angle or Vector2
22-
* setSize() method now accept numbers, array, angle or Vector2
2319
* delete setPositionXY(), setPositionX(), setPositionFromVector() and setPositionY() methods
2420
* delete set(), setSizeXY(), setSizeX(), setSizeFromVector() and setSizeY() methods
2521

0 commit comments

Comments
 (0)