Add forgotten changes to change log

This commit is contained in:
Sebastian Schmidt 2019-03-27 18:19:05 +01:00
parent 9283d5412f
commit 1574514220

View File

@ -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<T>` 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`