Skip to content

Commit

Permalink
Updated readme for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Aug 24, 2015
1 parent 002f9bd commit 90ca7b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# [FranticApparatus 3.0.0](https://github.com/jkolb/FranticApparatus)
# [FranticApparatus 3.0.1](https://github.com/jkolb/FranticApparatus)

#### A [Promises/A+](https://promisesaplus.com) implementation for Swift 2

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Changes for 3.0.1

* Implemented Synchronizable as a protocol extension to make it read better.
* Added @noescape to the public Promise initializer since the block is always run inline.

## Changes for 3.0.0

* Updated to support Swift 2.
Expand Down

0 comments on commit 90ca7b8

Please sign in to comment.