Skip to content

Commit

Permalink
Updating packge change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley201 committed Mar 24, 2021
1 parent 8865d47 commit e2efedf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions com.unity.perception/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

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

### Deprecated

### Removed

### Fixed

## [0.8.0-preview.3] - 2021-03-24
### Changed

Expanded documentation on the Keypoint Labeler
Updated Keypoint Labeler logic to only report keypoints for visible objects by default
Increased color variety in instance segmentation images

### Fixed

Fixed compiler warnings in projects with HDRP on 2020.1 and later

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.


## [0.8.0-preview.2] - 2021-03-15

### Upgrade Notes
Expand Down
2 changes: 1 addition & 1 deletion com.unity.perception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"displayName": "Perception",
"name": "com.unity.perception",
"unity": "2019.4",
"version": "0.8.0-preview.2",
"version": "0.8.0-preview.3",
"samples": [
{
"displayName": "Tutorial Files",
Expand Down

0 comments on commit e2efedf

Please sign in to comment.