Skip to content

Releases: mxcl/ChuzzleKit

1.0.12

16 Dec 16:21
84ca5bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.0.12

1.0.11

05 Sep 17:52
Compare
Choose a tag to compare
 Fix UB In NSDictionary:chuzzle

When calling chuzzle on a zero-length instance of NSDictionary, a C-Array of length 0 is created.
It doesn't currently cause any problems, but trips the undefined behaviour sanitizer in Xcode which is annoying.
(Basically the same as recently fixed for NSArray)

Fix [NSArray chuzzle] for length zero

08 May 12:12
b597ac4
Compare
Choose a tag to compare
1.0.10

Fix `pod trunk push`