From 8d4dd198f7155a41f157eb943655c580abdf85b1 Mon Sep 17 00:00:00 2001 From: Tony Stone Date: Tue, 19 Feb 2019 13:08:00 -0800 Subject: [PATCH] Update CHANGELOG.md Remove space from link name [] and link address (). --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2561749..219a542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.