From 14a6f3d6c5729fa694fb91649cb59112a5951444 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 28 Aug 2023 17:31:43 +0200 Subject: [PATCH] Add changelog for new release. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920e015..cc419eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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). - +## [Unreleased] +### Fixed +- Remove double newline in `Literate.script` output. ([#221][github-221]) ## [2.14.1] - 2023-08-04 ### Fixed @@ -247,6 +249,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement [github-204]: https://github.com/fredrikekre/Literate.jl/issues/204 [github-205]: https://github.com/fredrikekre/Literate.jl/pull/205 [github-219]: https://github.com/fredrikekre/Literate.jl/pull/219 +[github-221]: https://github.com/fredrikekre/Literate.jl/pull/221 [Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.1...HEAD [2.14.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.14.0...v2.14.1