Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 688 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 688 Bytes

SwiftOSC Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.3] - 2018-10-30

Changed

  • Updated syntax/settings to Swift 4.2/Xcode 10.0

[1.2.0] - 2018-08-18

Added

  • Changelog
  • Compile framework during build for example apps.
  • Add shared schemes for Carthage compatibility #22
  • Add init with array argument to OSCMessage.

Chaged

  • Fix string decoding. String arg comparisons now work as expected.