From 5973e54f62360014194926e15e1ed8a122deb06d Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Sat, 20 Feb 2016 01:04:40 -0800 Subject: [PATCH] Fix markdown --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6f0a8dc..9311c08 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.