From f787e7889345f1645edcefed4c665c8ec8698493 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Thu, 15 Apr 2021 17:09:18 -0700 Subject: [PATCH 1/3] Modifying the changelog for release 17 --- com.unity.ml-agents/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 7a4fd34d60..4881be1467 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] ### Major Changes +### Minor Changes +### Bug Fixes + + +## [2.0.0-preview] - 2021-04-22 +### Major Changes #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) - The minimum supported Unity version was updated to 2019.4. (#5166) - Several breaking interface changes were made. See the From 61c10434db2d428e54480bc7719fb9838965b514 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Thu, 15 Apr 2021 17:31:40 -0700 Subject: [PATCH 2/3] Change version to 2.0.0-exp.1 --- com.unity.ml-agents/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 4881be1467..1e709f3cd0 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to ### Bug Fixes -## [2.0.0-preview] - 2021-04-22 +## [2.0.0-exp.1] - 2021-04-22 ### Major Changes #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) - The minimum supported Unity version was updated to 2019.4. (#5166) From bd3df3ca35cd3e6b9e30b55a44559bcdfcf966b9 Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Thu, 15 Apr 2021 17:44:19 -0700 Subject: [PATCH 3/3] Removing the [Unreleased] section --- com.unity.ml-agents/CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 1e709f3cd0..4f9fb87454 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -6,11 +6,6 @@ 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). -## [Unreleased] -### Major Changes -### Minor Changes -### Bug Fixes - ## [2.0.0-exp.1] - 2021-04-22 ### Major Changes