From db89c9a1be3c7a2e5c1fd300747f875751001cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Tue, 4 Jul 2023 15:05:52 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080265c1a..3bb10dcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - More intellisense details for types ([#1974](https://github.com/livebook-dev/livebook/pull/1974) and [#1975](https://github.com/livebook-dev/livebook/pull/1975)) - Support for Zero Trust authentication ([#1938](https://github.com/livebook-dev/livebook/pull/1938)) - Improved the session page on mobile ([#2013](https://github.com/livebook-dev/livebook/pull/2013)) +- Support for datetime, time and date inputs ([#2002](https://github.com/livebook-dev/livebook/pull/2002)) ### Changed