What's Changed
- Fixed: Add missing opening brackets in
reportIssue(thanks @KhoraLee, https://github.com/pointfreeco/swift-perception/pull/164). - Fixed: Greatly optimize perception checking by replacing symbol resolution with segment address checking (thanks @robmaceachern, https://github.com/pointfreeco/swift-perception/pull/165).
New Contributors
- @KhoraLee made their first co...