Releases: mxcl/ChuzzleKit
Releases · mxcl/ChuzzleKit
1.0.12
1.0.11
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
1.0.10 Fix `pod trunk push`