From e4f12da24edd57208d90e4ae6f82f629a28a7659 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 20 Mar 2019 17:09:16 +0200 Subject: [PATCH] Organize change log and complete it for #15 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0298dca..9a4322b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ ### Added - * Internal alias `IntType` and `FloatType` used by the `Value` enum are now public - * Error types for expecting each value type - * Shortcut functions like `eval_int` to evaluate directly into a value type + * Internal aliases `IntType` and `FloatType` used by the `Value` enum are now public * Type alias `TupleType` used to represent tuples was added + * Error types like `Error::ExpectedInt` for expecting each value type were added + * Shortcut functions like `eval_int` or `eval_int_with_configuration` to evaluate directly into a value type were added + * Documentation for the shortcut functions was added ### Removed