Organize change log and complete it for #15
This commit is contained in:
parent
d4359d71bf
commit
e4f12da24e
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Internal alias `IntType` and `FloatType` used by the `Value` enum are now public
|
* Internal aliases `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
|
|
||||||
* Type alias `TupleType` used to represent tuples was added
|
* 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
|
### Removed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user