diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 88950d2d28f..2c62c2e0006 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -8,10 +8,27 @@ and this project adheres to ## [Unreleased] ### Major Changes +#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) + +#### ml-agents / ml-agents-envs / gym-unity (Python) + +### Minor Changes +#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) + +#### ml-agents / ml-agents-envs / gym-unity (Python) + +### Bug Fixes +#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) + +#### ml-agents / ml-agents-envs / gym-unity (Python) + +## [2.2.0] - 2022-01-14 +### Major Changes #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) - Added a new feature to replicate training areas dynamically during runtime. (#5568) - Update Barracuda to 2.3.1-preview (#5591) +- Update Input System to 1.3.0 (#5661) #### ml-agents / ml-agents-envs / gym-unity (Python) @@ -39,6 +56,7 @@ and this project adheres to ### Bug Fixes #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#) +- Update gRPC native lib to universal for arm64 and x86_64. This change should enable ml-agents usage on mac M1 (#5283, #5519) - Fixed a bug where ml-agents code wouldn't compile on platforms that didn't support analytics (PS4/5, XBoxOne) (#5628) #### ml-agents / ml-agents-envs / gym-unity (Python) @@ -50,6 +68,7 @@ terminated teammates. (#5441) - Fixed conflicting CLI and yaml options regarding resume & initialize_from (#5495) - Fixed failing tests for gym-unity due to gym 0.20.0 release (#5540) - Fixed a bug in VAIL where the variational bottleneck was not properly passing gradients (#5546) +- Harden user PII protection logic and extend TrainingAnalytics to expose detailed configuration parameters. (#5512) ## [2.1.0-exp.1] - 2021-06-09 ### Minor Changes