diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bc60d..087d039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.0.0 +### Breaking Changes +* Updated to required iOS 10 + +### Enhancements +* Added class and method documentation (#11) +* Debug and release builds can now have different certificate URLs (#24) +* Data will now be read from the SSL server until all data is consumed (#41) + +### Bug Fixes +* Fix dynamic framework builds (#40) +* Fix parsing invalid JSON crashes (#47) +* Fixed a crash when data is tried to be read when its empty (#53) +* Changed from ASL logging to OSLog (#59) + ## 1.0.0 ### Enhancements * Updated the OpenSSL dependency to v1.1.1 (https://github.com/smartdevicelink/sdl_security_ios/issues/12). diff --git a/SDLSecurity.xcodeproj/project.pbxproj b/SDLSecurity.xcodeproj/project.pbxproj index 660bc13..d1f8ef1 100644 --- a/SDLSecurity.xcodeproj/project.pbxproj +++ b/SDLSecurity.xcodeproj/project.pbxproj @@ -68,6 +68,8 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 4A84BBFA26987DB700FC7B6D /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = SOURCE_ROOT; }; + 4A84BBFB26987DB700FC7B6D /* DEPENDENCIES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = DEPENDENCIES.md; sourceTree = SOURCE_ROOT; }; 5D40CA7D1C511C7200E6F987 /* SDLSecurity.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDLSecurity.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5D40CA801C511C7200E6F987 /* SDLSecurity.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDLSecurity.h; sourceTree = ""; }; 5D40CA821C511C7200E6F987 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -343,6 +345,8 @@ 8842509B230D9C0000F83FD7 /* Resources */ = { isa = PBXGroup; children = ( + 4A84BBFA26987DB700FC7B6D /* CHANGELOG.md */, + 4A84BBFB26987DB700FC7B6D /* DEPENDENCIES.md */, 8842509C230D9C0000F83FD7 /* Info.plist */, ); path = Resources;