Anchorage v4.2.4 Release Notes

Release Date: 2018-06-25 // almost 6 years ago
  • ๐Ÿ‘€ See all commits since 4.2.3.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow construction of an AnchorPair outside of Anchorage. (#59, @ZevEisenberg)

    Note: this change is non-breaking, but to realize its benefits, you may need to delete code like this if you had added it to your project:

    extension AnchorPair { init(first: T, second: U) { self.first = first self.second = second } }