From d4c7ac84035e756f70ccf436fa136b51226ae08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Wed, 25 May 2022 11:24:22 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8da00f655287..d06116cd797b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,8 @@ - [Integrated value parsing with the `Delimited` file reader.][3463] - [Implemented the `Infer` setting for headers in the `Delimited` file format and made it the default.][3472] +- [Implemented a `Table.from Text` conversion allowing to parse strings + representing `Delimited` files without storing them on the filesystem.][3478] [debug-shortcuts]: https://github.com/enso-org/enso/blob/develop/app/gui/docs/product/shortcuts.md#debug @@ -199,6 +201,7 @@ [3462]: https://github.com/enso-org/enso/pull/3462 [3463]: https://github.com/enso-org/enso/pull/3463 [3472]: https://github.com/enso-org/enso/pull/3472 +[3478]: https://github.com/enso-org/enso/pull/3478 #### Enso Compiler