Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Oct 3, 2024
1 parent a5ac71d commit e6f2649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Note the the latest version is usually work in progress and may have not yet bee

## Changed

- `env print-script --shell zsh --type export` -> `shell zsh export`
- `env print-script --shell zsh --type export` -> `shell zsh export`.
- `env print-script --shell zsh --type unexport` -> `shell zsh unexport`
- Moved `env var` subcommands to toplevel. For example, `env var create` becomes `var create`
- Moved `env ref` subcommands under var. For example, `env ref create` becomes `var ref create`
Expand Down Expand Up @@ -38,7 +38,7 @@ Note the the latest version is usually work in progress and may have not yet bee

- Skip printing Comment if it's blank
- Skip printing UpdateTime if it equals CreateTime
- Moved `init zsh` to `shell zsh init`
- Moved `init zsh` to `shell zsh init`. If you see an error when you start your shell, you need to update this line in `~/.zshrc`

# v0.0.9

Expand Down

0 comments on commit e6f2649

Please sign in to comment.