mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 17:11:31 +03:00
Changelog for new release (#10703)
This commit is contained in:
parent
e609b1cff8
commit
a638d8e54e
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user