summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-07 20:17:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-08 15:16:41 +0100
commit689310edfe29236b87937c99a5b742491fd76826 (patch)
tree51021b9f17173f69e6811c4a7e3832d0ab0a2ed7 /doc
parent5e8feca6bb403c29753486d68b99c77b43ca7913 (diff)
Rename `Store::retrieve_copy` to `Store::get_copy`
The function was named falsely and nobody noticed. So nobody uses this function yet - hopefully - as this change is a breaking API change.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index ae043b71..cf1a1954 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -26,6 +26,9 @@ This section contains the changelog from the last release to the next release.
* `imag-log` was introduced
* `imag-init` was introduced
* `libimagdiary` supports second-granularity now.
+ * `libimagstore::store::Store::retrieve_copy` was renamed to
+ `libimagstore::store::Store::get_copy`, which describes the semantics of
+ the function way better.
* Minor changes
* Internals were refactored from `match`ing all the things into function
chaining