Skip to content

Commit d5da713

Browse files
committed
Update VERSION.md
1 parent df7be8f commit d5da713

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

VERSION.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1515
in 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
2121
demands, 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

3232
The 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)
366366
in the wiki for more information.
367367

368368
The 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

Comments
 (0)