From 369224f8e8146a92e1d7ccc6cef2cffadb0fa38f Mon Sep 17 00:00:00 2001 From: pnezis Date: Mon, 21 Oct 2024 10:18:28 +0300 Subject: [PATCH] Update workspace CHANGELOG --- workspace/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/workspace/CHANGELOG.md b/workspace/CHANGELOG.md index df9ae5f..a277dff 100644 --- a/workspace/CHANGELOG.md +++ b/workspace/CHANGELOG.md @@ -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. @@ -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.