blob: 2d993abd90af1f86e6bd09836ec70d3d7d7b2ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
###### [major.minor.bugfix] - year-month-day





## [1.1.1](https://github.com/realtradam/ruby2d-camera/releases/tag/1.1.1) - 2021-09-24

- Fixed changing z-index after the shape has been added not applying at all
## [1.1.0](https://github.com/realtradam/ruby2d-camera/releases/tag/1.1.0) - 2021-08-09

- Added Camera functions `Camera.coordinate_to_screenspace` and `Camera.coordinate_to_worldspace`
## [1.0.0](https://github.com/realtradam/ruby2d-camera/releases/tag/1.0.0) - 2021-08-08

- Initial release
|