Skip to content

Commit

Permalink
Add a CHANGES entry
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfe committed Oct 7, 2021
1 parent 1a2d440 commit e3b687d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
### Unreleased

- Add `Repr.int63`, a representation of the `Optint.Int63.t` type (provided by
the `optint` library). (#80, @CraigFe)

- Fix a bug causing custom `Repr.{random,random_state}` implementations to be
ignored. (#79, @CraigFe)

- Fix `Repr.pre_hash` to rely on itself recursively. This ensures that custom
`pre_hash` functions attached to components of larger types are not ignored.
(#71, @CraigFe)


### 0.4.0 (2021-06-16)

Expand Down

0 comments on commit e3b687d

Please sign in to comment.