-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove space from link name [] and link address ().
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |