Skip to content

Commit 5c5a59b

Browse files
committed
Changelog
1 parent 38016d6 commit 5c5a59b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 1.2.0.0
44

5+
* Add `Pretty` instance for `PTerm`
6+
* Replace `ValidationResult` with `Evidenced ValidationTrace`
7+
* Move `ValidatorStageSimple` and `showSimple` to `Codec.CBOR.Cuddle.CBOR.Validator.Trace`
8+
* Add `Codec.CBOR.Cuddle.CBOR.Validator.Trace`
9+
* Add `--no-fold-valid` and `--format` options to `validate-cbor`
10+
* Changed `--rule` to a required argument in the `validate-cbor` subcommand
511
* Export `Type0`
612
* Removed `Codec.CBOR.Cuddle.Huddle.HuddleM`
713
* Add `format-cbor` subcommand
@@ -24,7 +30,6 @@
2430
* Added index type parameter to `CDDLResult`, `CBORTermResult`, `AMatchedItem`, `ANonMatchedItem`
2531
* Remove `CDDL` and `Rule` type synonyms from `Codec.CBOR.Cuddle.CBOR.Validator`
2632
* Remove `CBORTermResult`, `CDDLResult`, `AMatchedItem`, `ANonMatchedItem`, `CustomValidatorResult`
27-
* Add `ValidationResult`, `ValidatorFailure`
2833
* Add `--negative` option to `gen` for generating negative examples
2934
* `CBORGenerator` now uses `AntiGen` instead of `Gen`
3035
* Add `withAntiGen`

0 commit comments

Comments
 (0)