From 1574514220b8d9a1cee4c0788017ec53bb2bd48c Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 27 Mar 2019 18:19:05 +0100 Subject: [PATCH] Add forgotten changes to change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96247e..8cf4be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ * Add the `ContextMut` trait, that is a manipulable configuration/context * Add `ContextNotManipulable` error variant for the `EmptyContext` + * Make the `TupleType` alias public + * Add the `ValueType` enum that represents the type of a value for easier comparisons and matchings + * Add `EvalexprResult` type that uses the `EvalexprError` type (renamed from `Error`) ### Removed ### Changed * Get rid of some unwraps to improve safety + * Rename `Error` to `EvalexprError` * Rename `Configuration` to `Context` * Rename `HashMapConfiguration` to `HashMapContext` and `EmptyConfiguration` to `EmptyContext`