Fix markdown

This commit is contained in:
Tim Kuehn
2016-02-20 01:04:40 -08:00
parent e5e5c5975c
commit 5973e54f62

View File

@@ -1,4 +1,5 @@
## 1.3
### Breaking Changes
* The timeout arg to `serve` was replaced with a `Config` struct, which
currently only contains one field, but will be expanded in the future
@@ -6,5 +7,6 @@
* `serve` is now a `default fn` on the generated `Service` traits,
and it was renamed `spawn_with_config`. A second `default fn` was added:
`spawn`, which takes no `Config` arg.
### Other Changes
* Expanded items will no longer generate unused warnings.