From 9aa8009111a14328118e0dcfef02cd7b3101a1e6 Mon Sep 17 00:00:00 2001 From: Tim Leavitt <73311181+isc-tleavitt@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:59:25 -0500 Subject: [PATCH] Update CHANGELOG.md For 2.3.0 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8209cd..83714154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.3.0] - Unreleased +## [2.3.0] - 2023-12-06 ### Added - Web UI includes a "Push Branch" button for local branches that are ahead of upstream @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added "Status" menu item to editor menu (#285) ### Fixed -- Fatal: bad revision HEAD fixed using an empty commmit (#228) +- Fatal: bad revision HEAD fixed using an empty commit (#228) - Fixed empty mappings when SourceControl.Git.Settings is instantiated (#250) - Studio export path doesn't get weird mixed slahes on Windows (#252) - Fixed custom PullHandlers not visible on settings UI (now all subclasses are visible) (#267)