From 43dae195f65473da7f6eb3fbee631d14d50568f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Fri, 14 Jan 2022 13:07:09 +0100 Subject: [PATCH] changelog --- app/gui/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/gui/CHANGELOG.md b/app/gui/CHANGELOG.md index a2527db11fce..895f18aecd1c 100644 --- a/app/gui/CHANGELOG.md +++ b/app/gui/CHANGELOG.md @@ -13,12 +13,18 @@ - [Fixed developer console error about failing to decode a notification "executionContext/visualisationEvaluationFailed"][3193] +#### Enso Standard Library + +- [Implemented `Vector.distinct` allowing to remove duplicate elements from a + Vector][3224] + [3153]: https://github.com/enso-org/enso/pull/3153 [3166]: https://github.com/enso-org/enso/pull/3166 [3181]: https://github.com/enso-org/enso/pull/3181 [3186]: https://github.com/enso-org/enso/pull/3186 [3193]: https://github.com/enso-org/enso/pull/3193 [3208]: https://github.com/enso-org/enso/pull/3208 +[3224]: https://github.com/enso-org/enso/pull/3224 # Enso 2.0.0-alpha.18 (2021-10-12)