Skip to content

Commit

Permalink
Updated CHANGELOG for 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Madsen committed Mar 14, 2016
1 parent 0f09d18 commit 3bf3ed1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to ORSSerialPort are documented in this file. This project a
##[Unreleased]
This section is for changes commited to the ORSSerialPort repository, but not yet included in an official release.

##[2.0.2] - 2016-03-14

###CHANGED
- Refactored packet descriptor buffer parsing to pave the way for future improvements (thanks @nathanntg!)
- Clarified distinction between packet parsing API and request/response API in documentation for `ORSSerialPacketDescriptor`.
- Refactored modem line control code (see Issue #86 and commit 6fc0c9e)

###FIXED
- Fixed error building framework project in Xcode 4.6 on 10.7.5
- Fixed bug where PacketParsingDemo and RequestResponseDemo apps didn't work on 10.11
- Fixed incorrect nullability annotation on `ORSSerialRequest`'s `responseDescriptor` property

##[2.0.1] - 2015-09-26

###ADDED
Expand Down

1 comment on commit 3bf3ed1

@kouky
Copy link
Contributor

@kouky kouky commented on 3bf3ed1 Mar 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for the continued updates :)

Please sign in to comment.