20 lines
592 B
Markdown
20 lines
592 B
Markdown
# Changelog
|
|
|
|
## [1.1.0] - 2019-07-08
|
|
|
|
- Release stable version
|
|
|
|
## [1.1.0-preview.1] - 2019-06-27
|
|
|
|
- Add new math.bitmask to return a bit mask from a bool4
|
|
|
|
## [1.0.1] - 2019-04-15
|
|
|
|
- Release stable version
|
|
- Modify all math constants (e.g `math.PI`) to provide float constant by default instead of double. Use for example `math.PI_DBL` to get the previous double constant.
|
|
|
|
## [1.0.0-preview.1] - 2019-02-28
|
|
|
|
- Fixed bug where modifications on prefabs could not be reverted for vector properties when using context menu in Inspector.
|
|
- Fixed structure of the package for internal validation
|