Skip to content

Commit

Permalink
update changelog for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed May 11, 2020
1 parent 7d87391 commit 5603800
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.7.0

+ Complete `serde` serialization for `Program`, and the various `Action` implementations. [#2](https://github.com/kellpossible/doublecount/issues/2).
+ Refactor `Program` to use an enum `ActionTypeValue` instead of dynamic trait dispatch over `Action`. Programs using custom actions need to create their own implementation of `ActionTypeValueEnum` to provide store their actions given to `Program`.

## v0.6.2

+ Fix changelog fo `v0.6.1`
Expand Down

0 comments on commit 5603800

Please sign in to comment.