From e524c4f544344c9f78f215094c84fe2abbe4b8c7 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Mon, 17 Jun 2019 12:16:04 +0200 Subject: [PATCH] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ae2b488..0a75ed6 100644 --- a/changelog.md +++ b/changelog.md @@ -49,5 +49,5 @@ - `associated_object_data` is a generic type instead of a `Vec`. All types that deal with `ObjectDescription` therefore have received a generic type parameter `T`. - `ObjectBuilder::build` will return an error when `associated_object_data()` is never called. This is not the case for types that implement `Default`. -## Unreleased +## 0.14.0 - Mockiato has been updated to '0.8'