Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jan 17, 2016
1 parent 8ef43e6 commit 0b69e89
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
* Change default `ToSchema` instance for unit data types (i.e. types with one nullable constructor like `data Unit = Unit`):
* Now these types are treated like sum types with only one alternative;
* Add generic `ToParamSchema` instance for unit data types.
* Minor changes:
* Change default `ToSchema` instance for unit data types (i.e. types with one nullable constructor like `data Unit = Unit`):
now these types are treated like sum types with only one alternative;
* Add generic `ToParamSchema` instance for unit data types;
* Add `items: []` to schema for `()` (making it a valid schema).

* Fixes:
* `items: []` is not omitted from `Schema` JSON.

1.1.1
---
Expand Down

0 comments on commit 0b69e89

Please sign in to comment.