Skip to content

Commit 4a858b9

Browse files
committed
Changelog
1 parent a409c81 commit 4a858b9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog for `cuddle`
22

3+
## 1.1.0.0
4+
5+
* Remove `CTreeRoot'`
6+
* Changed the type in `CTreeRoot` to a map of resolved `CTree`s
7+
* Changed the type of the first argument for `generateCBORTerm` and
8+
`generateCBORTerm'` to `CTreeRoot`
9+
* Removed all exports in `Codec.CBOR.Cuddle.CBOR.Validator` except for
10+
`validateCBOR` and `validateCBOR'`
11+
312
## 1.0.0.0
413

514
* First official release to Hackage

src/Codec/CBOR/Cuddle/CBOR/Validator.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
{-# LANGUAGE OverloadedStrings #-}
33
{-# LANGUAGE ViewPatterns #-}
44

5-
module Codec.CBOR.Cuddle.CBOR.Validator where
5+
module Codec.CBOR.Cuddle.CBOR.Validator (
6+
validateCBOR,
7+
validateCBOR',
8+
) where
69

710
import Codec.CBOR.Cuddle.CDDL hiding (CDDL, Group, Rule)
811
import Codec.CBOR.Cuddle.CDDL.CTree

0 commit comments

Comments
 (0)