From 90ca7b8a9c268936f6b6b6ee4ae75a5d14bac870 Mon Sep 17 00:00:00 2001 From: Justin Kolb Date: Sun, 23 Aug 2015 21:33:16 -0500 Subject: [PATCH] Updated readme for 3.0.1 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acf4938..e912398 100644 --- a/README.md +++ b/README.md @@ -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.