Changelog for new release (#10703)

This commit is contained in:
Adam Obuchowicz 2024-07-29 14:17:25 +02:00 committed by GitHub
parent e609b1cff8
commit a638d8e54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,14 @@
# Next Release # 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 #### Enso Language & Runtime
- [Enforce conversion method return type][10468] - [Enforce conversion method return type][10468]
@ -34,7 +43,7 @@
[10607]: https://github.com/enso-org/enso/pull/10607 [10607]: https://github.com/enso-org/enso/pull/10607
[10563]: https://github.com/enso-org/enso/pull/10563 [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 - [Renamed `Data.list_directory` to `Data.list`. Removed list support from read
methods.][10434] methods.][10434]
@ -46,8 +55,6 @@
- [Compare two objects with `Ordering.compare` and define comparator with - [Compare two objects with `Ordering.compare` and define comparator with
`Comparable.new`][10468] `Comparable.new`][10468]
- [Added `dec` construction function for creating `Decimal`s.][10517] - [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 [10434]: https://github.com/enso-org/enso/pull/10434
[10445]: https://github.com/enso-org/enso/pull/10445 [10445]: https://github.com/enso-org/enso/pull/10445
@ -55,7 +62,6 @@
[10467]: https://github.com/enso-org/enso/pull/10467 [10467]: https://github.com/enso-org/enso/pull/10467
[10474]: https://github.com/enso-org/enso/pull/10474 [10474]: https://github.com/enso-org/enso/pull/10474
[10517]: https://github.com/enso-org/enso/pull/10517 [10517]: https://github.com/enso-org/enso/pull/10517
[10614]: https://github.com/enso-org/enso/pull/10614
# Enso 2024.2 # Enso 2024.2