Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Preserve source compatibility by adding a default value. #279

Closed bjhomer closed 7 months ago

bjhomer commented 7 months ago

When logError() added a required "tags:" parameter in version 3.2.0, this broke source compatibility. Swift Package Manager uses semantic versioning, which means that upgrading from 3.x to 3.y should be source compatible. So lets add a default value so that this can remain source-compatible.


bjhomer commented 7 months ago

Don't merge yet; I'm dealing with a potential issue.

bjhomer commented 7 months ago

Nevermind, this PR isn't needed. I was misinterpreting an error message.