From 57c8fcbde2fc7cbca2dee76e11f0bede4b258fce Mon Sep 17 00:00:00 2001 From: Thomas Castiglione Date: Sun, 4 Feb 2024 16:03:03 +0800 Subject: [PATCH] docs: note fixed Windows symlink support --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd6048313c..6644926f812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 abandoned by Git. [#2876](https://github.com/martinvonz/jj/issues/2876) +* Added support for symlinks on Windows when Developer Mode is enabled. + [#2](https://github.com/martinvonz/jj/issues/2) + ## [0.13.0] - 2024-01-03