@@ -14,10 +14,10 @@ blocks, reducing duplication, and covering a common use case. See the
1414[ Block Mixins] ( http://unquietcode.github.io/Flapi/#block%20mixins ) section
1515in the documentation for usage notes.
1616
17- ### ` Head ` wrapper interface
18- Similar to the ` Start<Void> ` wrapper interface which was removed previously,
19- every descriptor now includes a simple, untyped interface for public consumption
20- named ` Head ` . This interface will extend whatever the internal ` Start ` interface
17+ ### Return of the ` Start ` wrapper interface.
18+ The ` Start<Void> ` wrapper interface which was removed previously has been restored.
19+ Every descriptor now includes a simple, untyped interface for public consumption
20+ named ` Start ` . This interface will extend whatever the internal ` Head ` interface
2121demands, creating a more shelf-stable API.
2222
2323### Features and Improvements
@@ -27,7 +27,7 @@ demands, creating a more shelf-stable API.
2727 + [#216]: support for extended type hierarchies in annotated helpers
2828 + [#215]: allow customization of anonymous names via the NameGenerator API
2929 + [#214]: support for single wildcard generics in method signatures
30- + [#213]: new `Head` convenience class , replacing confusing uses of `Start<Void>`
30+ + [#213]: new `Start` wrapper type , replacing confusing uses of `Start<Void>`
3131
3232The full list of tasks and issues included in the release is available on the project's
3333[ Issue Tracker] ( https://github.com/UnquietCode/Flapi/milestones/0.8 ) .
@@ -366,4 +366,4 @@ Flapi. See the [Examples](https://github.com/UnquietCode/Flapi/wiki/Examples)
366366in the wiki for more information.
367367
368368The full list of tasks and issues included in the release is available on the project's
369- [ Issue Tracker] ( https://github.com/UnquietCode/Flapi/issues?q=milestone%3A0.1 ) .
369+ [ Issue Tracker] ( https://github.com/UnquietCode/Flapi/issues?q=milestone%3A0.1 ) .
0 commit comments