File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v2.3.1] ( https://github.com/danielgindi/charts/tree/v2.3.1 ) (2016-11-03)
4+ [ Full Changelog] ( https://github.com/danielgindi/charts/compare/v2.3.1...v2.3.0 )
5+
6+ ** Fixed bugs:**
7+ - NSTouch extension for ` locationInView ` made the compiler error because it clashes with objc selector. Since it was not used in the library code it was removed.
8+ - Fix the image type of ` NSUIImagePNGRepresentation ` to be png instead of jpeg
9+
310## [ v2.3.0] ( https://github.com/danielgindi/charts/tree/v2.3.0 ) (2016-09-20)
411[ Full Changelog] ( https://github.com/danielgindi/charts/compare/v2.3.0...v2.2.5 )
512
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Charts"
3- s . version = "2.3.0 "
3+ s . version = "2.3.1 "
44 s . summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
55 s . homepage = "https://github.com/danielgindi/Charts"
66 s . license = { :type => "Apache License, Version 2.0" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 1- ** Version 2.3.0 ** , synced to [ MPAndroidChart #1b9b3da] ( https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da )
1+ ** Version 2.3.1 ** , synced to [ MPAndroidChart #1b9b3da] ( https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da )
22
33![ alt tag] ( https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png )
44 ![ Supported Platforms] ( https://img.shields.io/cocoapods/p/Charts.svg ) [ ![ Releases] ( https://img.shields.io/github/release/danielgindi/Charts.svg )] ( https://github.com/danielgindi/Charts/releases ) [ ![ Latest pod release] ( https://img.shields.io/cocoapods/v/Charts.svg )] ( http://cocoapods.org/pods/charts ) [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage ) [ ![ Build Status] ( https://travis-ci.org/danielgindi/Charts.svg?branch=master )] ( https://travis-ci.org/danielgindi/Charts )
@@ -73,8 +73,8 @@ pod 'Charts/Realm'
7373Charts now include Carthage prebuilt binaries.
7474
7575``` carthage
76- github "danielgindi/Charts" == 2.3.0
77- github "danielgindi/Charts" ~> 2.3.0
76+ github "danielgindi/Charts" == 2.3.1
77+ github "danielgindi/Charts" ~> 2.3.1
7878```
7979
8080In order to build the binaries for a new release, use ` carthage build --no-skip-current && carthage archive Charts && carthage archive ChartsRealm ` .
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.3.0 </string >
18+ <string >2.3.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments