CHANGELOG.md

# CHANGELOG

## 0.3.0

- Breaking change: `argument` is now `field` to better align with how we talk about `struct`s.

## 0.2.0

- Added Spark-based DSL to create Syrup records as Elixir structs. See `Syrup.Record` for details.
- Fixed serializing structs as records. Field names should not be part of the serialization.

## 0.1.0 - Initial release