From fb88bdd24f9f54e2621857c63a8efa9d093dfc65 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Thu, 9 Jun 2022 15:43:00 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 115fab3..9814bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1] - 09-06-2022 + +### Changed + +- Fixed case where deleting a row would always delete the first item +- Fixed locale switching not working when starting with no rows +- Updated packages + ## [2.0.0] - 26-05-2022 ### Added