Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chambers committed Feb 12, 2020
1 parent cc5c3fe commit a25fee0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## Fixed
## Unreleased

### Added

* Start formalizing test-machine commands with fspec'd functions

## [0.7.2] - [2020-02-07]

### Fixed

* Fixed bug in Avro deserialisation, when handling a union of enum types

Expand Down
2 changes: 1 addition & 1 deletion src/jackdaw/test/commands.clj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

(s/fdef write!
:args (s/cat :topic-id ::topic-id
:message ::test-msg
:message ::test-message
:options (s/? ::write-options))
:ret vector?)

Expand Down

0 comments on commit a25fee0

Please sign in to comment.