Skip to content

Commit

Permalink
Update workspace CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Oct 21, 2024
1 parent bc3fc06 commit 369224f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

Require elixir v1.16

### Added

* `workspace.list`: support filtering by root paths through the `--path` flag.
Expand All @@ -17,6 +19,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
$ mix workspace.run -t format -p p1,p2,p3
```

### Removed

* `Workspace.Utils.Path.relative_to/2` has been removed. After requiring at least
elixir 1.16 you can now use `Path.relative_to/3` instead with the `force: true`
option.

### Fixed

* Escape base and head references in git commands.
Expand Down

0 comments on commit 369224f

Please sign in to comment.