summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.mdown
blob: a45db6b2f073f433ca621814caa1ccf402b2c320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###### [major.minor.bugfix] - year-month-day

![Fixed](https://img.shields.io/badge/-Fixed-blue)
![Added](https://img.shields.io/badge/-Added-brightgreen)
![Changed](https://img.shields.io/badge/-Changed-yellow)
![Deprecated](https://img.shields.io/badge/-Deprecated-orange)
![Removed](https://img.shields.io/badge/-Removed-red)

## [1.1.0](https://github.com/realtradam/ruby2d-camera/releases/tag/1.1.0) - 2021-08-09
![Added](https://img.shields.io/badge/-Added-brightgreen)
- 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
![Added](https://img.shields.io/badge/-Added-brightgreen)
- Initial release