Skip to content

Commit

Permalink
Update migration
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed May 20, 2022
1 parent 4e14c74 commit b902b64
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ Deprecated code produces compile-time warnings. These warning serve as
notification to users that their code should be upgraded. The next major
release will remove the deprecated code.

## Ignition Launch 2.2.2

- Environment variable `IGN_LAUNCH_CONFIG_PATH` started to be treated as a path
list (colon-separated on Linux, semicolon-separated on Windows). Before, only
a single path could be set here, and setting a path list would break the whole
launch file lookup functionality.
## Ignition Launch 5.X to 6.X

- The `ignition` namespace is deprecated and will be removed in future versions.
Use `gz` instead.

- Header files under `ignition/...` are deprecated and will be removed in future versions.
Use `gz/...` instead.

## Ignition Launch 2.2.2

- Environment variable `GZ_LAUNCH_CONFIG_PATH` started to be treated as a path
list (colon-separated on Linux, semicolon-separated on Windows). Before, only
a single path could be set here, and setting a path list would break the whole
launch file lookup functionality.

## Ignition Launch 0.X to N.M

0 comments on commit b902b64

Please sign in to comment.