Skip to content

Commit 227c878

Browse files
committed
Update 1.1.1
1 parent 9d962c2 commit 227c878

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## V 1.1.1 : Patch Update - 30/05/19
4+
5+
- Create and add PyEngine Logo
6+
- Window : Add icon parameter
7+
- Window : Use Color class
8+
- TextComponent : Add text management
9+
10+
- Bug Fix : OutOfWindow don't take sprite size
11+
- Critical Bug Fix : CollisionCallbacks is not defined in ControlComponent
12+
313
## V 1.1.0 : General Update - 25/05/19
414

515
- LifeComponent : Remove creation of sprite
@@ -15,6 +25,7 @@
1525
- Color-Colors : Create color class and colors enums
1626
- Font : Create font class
1727
- Optimisation of lib
28+
1829
- Bug Fix : Rotation of SpriteComponent don't work
1930

2031
## V 1.0.2 : Fix Update 2 - 11/05/19

pyengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ["Window", "Entity", "ControlType", "const", "MouseButton", "CollisionCauses",
1212
"StateCallbacks", "GameState", "Controls"]
13-
__version__ = "1.1.0"
13+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)