Skip to content

Commit e91ba71

Browse files
committed
update changelog.
1 parent 8d134a7 commit e91ba71

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [v4.0.1](https://github.com/danielgindi/Charts/tree/v4.0.1) (2021-02-18)
4+
5+
[Full Changelog](https://github.com/danielgindi/Charts/compare/v4.0.0...v4.0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Fix bounds checks on binary search [\#4577](https://github.com/danielgindi/Charts/pull/4577) ([jjatie](https://github.com/jjatie))
10+
- Added SPM build action [\#4576](https://github.com/danielgindi/Charts/pull/4576) ([jjatie](https://github.com/jjatie))
11+
- Replace FBSnapshotTestCase with pointfree/swift-snapshot-testing [\#4574](https://github.com/danielgindi/Charts/pull/4574) ([jjatie](https://github.com/jjatie))
12+
- Fixed incorrect guard return statement when rendering limit lines [\#4563](https://github.com/danielgindi/Charts/pull/4563) ([jjatie](https://github.com/jjatie))
13+
- SPM GitHub Action [\#4553](https://github.com/danielgindi/Charts/pull/4553) ([jjatie](https://github.com/jjatie))
14+
- ChartViewBase cleanup [\#4537](https://github.com/danielgindi/Charts/pull/4537) ([nuomi1](https://github.com/nuomi1))
15+
- Add Tutorial Link.md [\#4516](https://github.com/danielgindi/Charts/pull/4516) ([StewartLynch](https://github.com/StewartLynch))
16+
- Import swift algorithms [\#4497](https://github.com/danielgindi/Charts/pull/4497) ([jjatie](https://github.com/jjatie))
17+
- Algorithm updates [\#3638](https://github.com/danielgindi/Charts/pull/3638) ([jjatie](https://github.com/jjatie))
18+
19+
## [v4.0.0](https://github.com/danielgindi/Charts/tree/v4.0.0) (2020-10-30)
20+
21+
[Full Changelog](https://github.com/danielgindi/Charts/compare/v3.6.0...v4.0.0)
22+
23+
**Merged pull requests:**
24+
25+
- Alternative for SPM dynamic linking [\#4478](https://github.com/danielgindi/Charts/pull/4478) ([alexruperez](https://github.com/alexruperez))
26+
- Resolve conflict for 4.0 branch and master [\#4456](https://github.com/danielgindi/Charts/pull/4456) ([liuxuan30](https://github.com/liuxuan30))
27+
- ChartBaseDataSet, copy constructor - missing drawIconsEnabled parameter initialization [\#4424](https://github.com/danielgindi/Charts/pull/4424) ([bivant](https://github.com/bivant))
28+
329
## [v3.6.0](https://github.com/danielgindi/Charts/tree/v3.6.0) (2020-09-21)
430

531
[Full Changelog](https://github.com/danielgindi/Charts/compare/v3.5.0...v3.6.0)

0 commit comments

Comments
 (0)