From a582de34365e4b30c028ff2cc359bf87e54847ab Mon Sep 17 00:00:00 2001 From: Adrien Ball Date: Thu, 18 Apr 2019 14:48:48 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebad102..b71bd6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +### [Unreleased] +### Added +- Add `resolved_value_id` property to `EntityValue` as well as `ParsedValue` structs [#34](https://github.com/snipsco/gazetteer-entity-parser/pull/34) + ## [0.7.0] - 2019-04-16 ### Added - Add API to prepend entity values [#31](https://github.com/snipsco/gazetteer-entity-parser/pull/31)