Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Remove space from link name [] and link address ().
  • Loading branch information
tonystone authored Feb 19, 2019
1 parent 5112ab2 commit 8d4dd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change Log
All significant changes to this project will be documented in this file.

## [1.0.0-beta.2] (https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.2)
## [1.0.0-beta.2](https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.2)

#### Added
- Added **CocoaPods** support.
- Added the ability to set a userInfo dictionary on the `BinaryEncoder` and `BinaryDecoder`.

## [1.0.0-beta.1] (https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.1)
## [1.0.0-beta.1](https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.1)

- Initial beta release of **StickyEncoding**, a high performance binary encoder for `Swift.Codable` types.

0 comments on commit 8d4dd19

Please sign in to comment.