BTree v4.1.0 Release Notes

Release Date: 2017-09-07 // over 6 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.