BTree v4.1.0 Release Notes
Release Date: 2017-09-07 // over 7 years ago-
๐ This release updates the project to Swift 4 with no functional changes.
โก๏ธ BTree is now part of the Attaswift project. The bundle identifiers in the supplied Xcode project have been updated accordingly.
โก๏ธ Note that the URL for the package's Git repository has changed; please update your references.
Previous changes from v4.0.2
-
๐ This release contains the following changes:
- BTree now compiles in Swift 3.1.
- ๐ Issue #5: There is a new
PerformanceTests
target in the Xcode project containing some simple benchmarks. This facility is experimental and may be replaced later. - ๐ (Xcode project) The macOS deployment target was corrected to 10.9. Previously it was set at 10.11 by mistake.
- ๐ (Xcode project) The build number is now correctly set in the tvOS framework.
- (Xcode project) Code signing has been disabled, following Xcode 8 best practices.