Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jul 9, 2021
1 parent 855c984 commit 76ea6fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 4 additions & 0 deletions SDLSecurity.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<group>"; };
5D40CA821C511C7200E6F987 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -343,6 +345,8 @@
8842509B230D9C0000F83FD7 /* Resources */ = {
isa = PBXGroup;
children = (
4A84BBFA26987DB700FC7B6D /* CHANGELOG.md */,
4A84BBFB26987DB700FC7B6D /* DEPENDENCIES.md */,
8842509C230D9C0000F83FD7 /* Info.plist */,
);
path = Resources;
Expand Down

0 comments on commit 76ea6fd

Please sign in to comment.