From feb94cd807ee5fadee22552eb835d064d0d2192c Mon Sep 17 00:00:00 2001 From: methylDragon Date: Thu, 26 May 2022 16:01:24 -0700 Subject: [PATCH] Update migration Signed-off-by: methylDragon --- Changelog.md | 4 ---- Migration.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5221b76f..84ec2a4a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,6 @@ ## Gazebo Launch 6.x ### Gazebo Launch 6.X.X (202X-XX-XX) -1. Migrate `IGN_LAUNCH_PLUGIN_PATH` environment variable to `GZ_LAUNCH_PLUGIN_PATH` for finding - plugin. - With tick-tock. - * [Pull request #163](https://github.com/gazebosim/gz-launch/pull/163) ## Gazebo Launch 5.x diff --git a/Migration.md b/Migration.md index cf10c82b..a14c23e0 100644 --- a/Migration.md +++ b/Migration.md @@ -13,6 +13,10 @@ release will remove the deprecated code. - Header files under `ignition/...` are deprecated and will be removed in future versions. Use `gz/...` instead. +- Migrate `IGN_LAUNCH_PLUGIN_PATH` environment variable to `GZ_LAUNCH_PLUGIN_PATH` for finding + plugin. + With tick-tock. + ## Gazebo Launch 2.2.2 - Environment variable `GZ_LAUNCH_CONFIG_PATH` started to be treated as a path