From f8c9545e63f870950ebe651808a1785e346ff0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Sat, 9 Dec 2023 14:19:59 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9700805..b057454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [0.5.0] - 2023-12-09 + +- Blame unsaved files correctly +- Display "Unsaved changes" for unsaved changes in the editor + ## [0.4.0] - 2023-09-19 - Display markdown table on hover instead of unordered list