From bcb6c7b52d4f0822dd5db83c7394282101c07eaa Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 14 Sep 2017 20:06:20 +0200 Subject: [PATCH] Add changelog entry --- doc/src/09020-changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 9a66de08..9234ba25 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -29,6 +29,9 @@ This section contains the changelog from the last release to the next release. * The error handling of the whole codebase is based on the `error_chain` now. `libimagerror` only contains convenience functionality, no error-generating macros or such things anymore. + * `imag-diary` can now use a configuration in the imagrc.toml file where for + each diary there is a config whether entries should be created minutely or + hourly (or daily, which is when specifying nothing). * New * `libimagentrygps` was introduced * Fixed bugs