Skip to content

Commit 124763a

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2018-09-05) ### Bug Fixes * **SysPlot:** Added method chaining to the setter methods ([4563c77](4563c77)) * **SysPlot:** setConfig always clearing vectors ([1817350](1817350)) ### Features * **Cover:** Added new cover config property ([f5f4049](f5f4049)) ### BREAKING CHANGES * **Cover:** The arguments given to algorithms is now a single object. See some of the provided algorithms for an example. This only affects SysPlot when used with custom alogrithms.
1 parent f5f4049 commit 124763a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [2.0.0](https://github.com/HHogg/sysplot/compare/v1.0.0...v2.0.0) (2018-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **SysPlot:** Added method chaining to the setter methods ([4563c77](https://github.com/HHogg/sysplot/commit/4563c77))
7+
* **SysPlot:** setConfig always clearing vectors ([1817350](https://github.com/HHogg/sysplot/commit/1817350))
8+
9+
10+
### Features
11+
12+
* **Cover:** Added new cover config property ([f5f4049](https://github.com/HHogg/sysplot/commit/f5f4049))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **Cover:** The arguments given to algorithms is now a single object. See some of the provided algorithms for an example. This only affects SysPlot when used with custom alogrithms.

0 commit comments

Comments
 (0)