Skip to content

Commit e2efedf

Browse files
committed
Updating packge change log and version
1 parent 8865d47 commit e2efedf

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
### Added
1515

1616
### Changed
17-
Expanded documentation on the Keypoint Labeler
18-
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
19-
Increased color variety in instance segmentation images
2017

2118
### Deprecated
2219

2320
### Removed
2421

2522
### Fixed
2623

24+
## [0.8.0-preview.3] - 2021-03-24
25+
### Changed
26+
27+
Expanded documentation on the Keypoint Labeler
28+
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
29+
Increased color variety in instance segmentation images
30+
31+
### Fixed
32+
2733
Fixed compiler warnings in projects with HDRP on 2020.1 and later
2834

2935
Fixed a bug in the Normal Sampler where it would return values less than the passed in minimum value, or greater than the passed in maximum value, for random values very close to 0 or 1 respectively.
3036

37+
3138
## [0.8.0-preview.2] - 2021-03-15
3239

3340
### Upgrade Notes

com.unity.perception/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"displayName": "Perception",
1313
"name": "com.unity.perception",
1414
"unity": "2019.4",
15-
"version": "0.8.0-preview.2",
15+
"version": "0.8.0-preview.3",
1616
"samples": [
1717
{
1818
"displayName": "Tutorial Files",

0 commit comments

Comments
 (0)