Skip to content

Commit 1d1d3fe

Browse files
committed
Merge branch 'master' into wip-1.0
2 parents 02669b9 + 1cf95d6 commit 1d1d3fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ feature requests.
133133
Feel free to fork the project and fiddle around! Submit pull requests to improve the code.
134134
Create issues to help support the project. Ask questions. (Say hello.)
135135

136-
[![Tip with Gratipay](https://assets.gratipay.com/gratipay.svg)](https://gratipay.com/UnquietCode) [![Tip with Bitcoin](https://assets.gratipay.com/bitcoin.png)](https://blockchain.info/address/1Ec6mzLpJQvuzXqhxfJz1h9ZwJmoHMW9BX)**Bitcoin**
136+
[![Tip with Gratipay](https://assets.gratipay.com/gratipay.svg)](https://gratipay.com/UnquietCode) [![Tip with Bitcoin](http://www.unquietcode.com/e_e/bitcoin.png)](https://blockchain.info/address/1Ec6mzLpJQvuzXqhxfJz1h9ZwJmoHMW9BX)**Bitcoin**
137137

138138
If you like this software and find it useful, then please consider supporting my efforts through
139139
a donation via [BitCoin](https://gratipay.com/UnquietCode) or [other means](https://gratipay.com/UnquietCode).

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)