From 41b8b526e4a9f2bbbacbdaf1d7e1661ab4c51691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Fri, 9 Sep 2022 18:08:47 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe99e12a3c616..c433939c5a91b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -192,6 +192,8 @@ - [Implemented specialized storage for the in-memory Table.][3673] - [Implemented `Table.distinct` for the in-memory backend.][3684] - [Added `databases`, `schemas`, `tables` support to database Connection.][3632] +- [Implemented `start_of` and `end_of` methods for date/time types allowing to + find start and end of a period of time containing the provided time.][3695] [debug-shortcuts]: https://github.com/enso-org/enso/blob/develop/app/gui/docs/product/shortcuts.md#debug @@ -307,6 +309,7 @@ [3647]: https://github.com/enso-org/enso/pull/3647 [3673]: https://github.com/enso-org/enso/pull/3673 [3684]: https://github.com/enso-org/enso/pull/3684 +[3695]: https://github.com/enso-org/enso/pull/3695 #### Enso Compiler