From 96de70704dfb24b4c81169ecfcdc3b636d0303d4 Mon Sep 17 00:00:00 2001 From: Jrnl Bot Date: Sat, 14 Nov 2020 20:10:33 +0000 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055b16e2..47d5d596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [Unreleased](https://github.com/jrnl-org/jrnl/) + +[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.5...HEAD) + +**Fixed bugs:** + +- Writing to DayOne fails, creates files in `duplicateEntries` [\#493](https://github.com/jrnl-org/jrnl/issues/493) + +**Build:** + +- Add initial config for Github Actions [\#1078](https://github.com/jrnl-org/jrnl/pull/1078) ([wren](https://github.com/wren)) +- Update dependencies - pyxdg, pytest, black [\#1076](https://github.com/jrnl-org/jrnl/pull/1076) ([micahellison](https://github.com/micahellison)) +- Add PyPI classifiers [\#1074](https://github.com/jrnl-org/jrnl/pull/1074) ([micahellison](https://github.com/micahellison)) + ## [v2.5.0](https://pypi.org/project/jrnl/v2.5.0/) (2020-11-07) [Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.4.5...v2.5.0)