From a638d8e54e64410dacb2edfe94e7f59801838a61 Mon Sep 17 00:00:00 2001 From: Adam Obuchowicz Date: Mon, 29 Jul 2024 14:17:25 +0200 Subject: [PATCH] Changelog for new release (#10703) --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0ce5c320d..d29abb5bb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Next Release +#### Enso Standard Library + +- [Implemented in-memory and database mixed `Decimal` column + comparisons.][10614] + +[10614]: https://github.com/enso-org/enso/pull/10614 + +# Enso 2023.3 + #### Enso Language & Runtime - [Enforce conversion method return type][10468] @@ -34,7 +43,7 @@ [10607]: https://github.com/enso-org/enso/pull/10607 [10563]: https://github.com/enso-org/enso/pull/10563 -#### Enso Enso Standard Library +#### Enso Standard Library - [Renamed `Data.list_directory` to `Data.list`. Removed list support from read methods.][10434] @@ -46,8 +55,6 @@ - [Compare two objects with `Ordering.compare` and define comparator with `Comparable.new`][10468] - [Added `dec` construction function for creating `Decimal`s.][10517] -- [Implemented in-memory and database mixed `Decimal` column - comparisons.][10614] [10434]: https://github.com/enso-org/enso/pull/10434 [10445]: https://github.com/enso-org/enso/pull/10445 @@ -55,7 +62,6 @@ [10467]: https://github.com/enso-org/enso/pull/10467 [10474]: https://github.com/enso-org/enso/pull/10474 [10517]: https://github.com/enso-org/enso/pull/10517 -[10614]: https://github.com/enso-org/enso/pull/10614 # Enso 2024.2