From bfeaa0d811a10fd5c75abe257ce606317f03d5e7 Mon Sep 17 00:00:00 2001 From: Wesley Mareovich Smith Date: Thu, 2 Jul 2020 15:48:04 -0700 Subject: [PATCH] changelog fix --- com.unity.perception/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.perception/CHANGELOG.md b/com.unity.perception/CHANGELOG.md index 73ba4726f..57f39b28c 100644 --- a/com.unity.perception/CHANGELOG.md +++ b/com.unity.perception/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -##[0.2.0.preview.1] - 2020-07-02 +## [0.2.0.preview.1] - 2020-07-02 ### Added Added CameraLabeler, an extensible base type for all forms of dataset output from a camera. Added LabelConfig\, a base class for mapping labels to data used by a labeler. There are two new derived types - ID label config and semantic segmentation label config.