Skip to content

Commit

Permalink
tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Vandriel committed Oct 19, 2014
1 parent d8a2c0b commit ae42837
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,86 +1,91 @@
Change Log
==========

## master (unreleased)
### master (unreleased)

## 0.5.2 (2014-10-19)
### 0.5.2 (2014-10-19)

* Add convenient connect methods
* Introduce Cocoa-style error handling (NSError)
* Deprecate C-style error handling (NWError)
* Cleanup readme examples
* Add troubleshooting in readme

## 0.5.1 (2014-07-26)
### 0.5.1 (2014-07-26)

* Add OpenSSL readme
* Fix syntax

## 0.4.3 (2014-04-09)
### 0.4.3 (2014-04-09)

* Add read feedback demo app
* Add log view demo app

## 0.4.2 (2014-03-31)
### 0.4.2 (2014-03-31)

* Intro new config format Mac app
* Cleanup Mac demo
* Add demo device token history

## 0.4.1 (2014-03-24)
### 0.4.1 (2014-03-24)

* Fix leaks
* Fix error reporting
* Fix APN error reporting
* Add p12 import to demo

## 0.4.0 (2014-03-23)
### 0.4.0 (2014-03-23)

* Add detailed error reporting
* Redo readme
* Fix demo
* Redesign API

## 0.3.5 (2014-03-21)
### 0.3.5 (2014-03-21)

* Support multiple identities
* Add inspect tool
* Fix leak
* Fix mem leak
* Fix failed fetch

## 0.3.4 (2014-03-17)
### 0.3.4 (2014-03-17)

* Tweak demo menu
* Remove iosock
* Remove iosock, fix ssl connection
* Add support Mac push certs
* Merge pull request #7 from AriX/master

## 0.3.3 (2014-03-03)
### 0.3.3 (2014-03-03)

* Add support of expiry and priority
* Add support for Apple's third binary format
* Fix ssl connect retry
* Tweak readme, add links
* Merge pull request #5 from ChristianKienle/master
* Fix feedback fetching
* Add helpers to hub
* Add helpers to hub and feedback
* Add demo auto-increment payload counter

## 0.3.2 (2014-01-27)
### 0.3.2 (2014-01-27)

* Cleanup project

## 0.3.1 (2014-01-27)
### 0.3.1 (2014-01-27)

* Add Podspec
* Auto sandbox detection
* Add NWHub on top of NWPusher
* Lots of demo fixes

## 0.3.0 (2014-01-15)
### 0.3.0 (2014-01-15)

* Add support for new push format
* Add troubleshooting in readme
* Add reconnect to demo app

## 0.2.0 (2013-04-27)
### 0.2.0 (2013-04-27)

* Add demo application

## 0.1.0 (2012-09-10)
### 0.1.0 (2012-09-10)

* First release of the framework

0 comments on commit ae42837

Please sign in to comment.