From a5c2975302ee84832f96bb96febcdba355660f17 Mon Sep 17 00:00:00 2001 From: codemyst Date: Tue, 16 Mar 2021 15:13:47 +0100 Subject: [PATCH] updated changelog to 2.4.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb10b15..475bca9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ all notable changes to this project will be documented in this file. +## [2.4.0] - 2021-03-16 + +### added + +- reordering pasties (not implemented yet when editing) +- specified how to provide the auth header for the api +- downloading pastes as a zip file + +### fixed + +- redirecting api requests that have a trailing slash +- correct wrapping of inline code blocks in markdown rendered pastes (and docs) +- faster theme loading (now there shouldn't be a flicker when you use the non-default theme) + ## [2.3.2] - 2021-02-21 ### added