We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9c6ad commit a861494Copy full SHA for a861494
src/CHANGELOG.md
@@ -1,8 +1,7 @@
1
# Changelog
2
3
-## [1.1.0] - 2019-06-xx
+## [1.1.0-preview.1] - 2019-06-28
4
5
-- WIP
6
- Add new math.bitmask to return a bit mask from a bool4
7
8
## [1.0.1] - 2019-04-15
src/package.json
@@ -1,7 +1,7 @@
{
"name": "com.unity.mathematics",
"displayName": "Mathematics",
- "version": "1.1.0",
+ "version": "1.1.0-preview.1",
"unity": "2018.3",
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
"keywords": [
0 commit comments