From 7c3e55dd61d7c0f9f2a47f91c59f506b340e4e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Thu, 29 Feb 2024 16:05:12 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63dc77df83c0..6a0b9f68cfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -620,6 +620,7 @@ - [Allow `copy_to` and `move_to` to work between local and S3 files.][9054] - [Adjusted expression handling and new `Simple_Expression` type.][9128] - [Allow reading Data Links configured locally or in the Cloud.][9215] +- [Allow using `enso://` paths in `Data.read` and other places.][9225] [debug-shortcuts]: https://github.com/enso-org/enso/blob/develop/app/gui/docs/product/shortcuts.md#debug @@ -896,6 +897,7 @@ [9054]: https://github.com/enso-org/enso/pull/9054 [9128]: https://github.com/enso-org/enso/pull/9128 [9215]: https://github.com/enso-org/enso/pull/9215 +[9225]: https://github.com/enso-org/enso/pull/9225 #### Enso Compiler