summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-22 13:46:13 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-03-23 10:05:58 +0100
commitdacd23103931490fc45c0ac8e4b17899c07b2e78 (patch)
tree1b4092396c67af4213799bf764f21795def8449f /doc
parentaa32dd1ec20ee19f4fb9a1bf0dc274148bbf305a (diff)
Add changelog for Habit::instance_exists_for_date()
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index c2031078..51c307aa 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -62,6 +62,7 @@ This section contains the changelog from the last release to the next release.
* `libimagrt` automatically takes "rt.editor" into account when building
editor object
* `libimagentryref` got a utility function for making an entry a ref.
+ * `libimaghabit` got `Habit::instance_exists_for_date()`
* Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`.