Skip to content

Commit bdbacd4

Browse files
committed
Updated the changelog for release 1.4.
1 parent cb59091 commit bdbacd4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

documentation/changelog.markdown

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# Next Release
1+
# Release 1.4 (September 28, 2013)
22

33
## Release Notes
44

5-
To be determined.
5+
This release adds a helper class that makes it easy to create a datasource to plot a mathematical function.
6+
The function datasource can plot any c-style function that returns the value of *y* = *f*(*x*).
7+
The release also adds new delegate methods for legends and axis labels, a new line drawing style, new axis and
8+
data label positioning options, and support for label formatters that return styled text.
9+
10+
This release deprecates all plot space methods that take a c-style array of coordinate values.
11+
They have been replaced with equivalent methods that add an additional parameter to pass
12+
the size of the array and will be removed in a future release.
613

714
## Details
815
- **New**: Added properties to allow axis labels to be positioned independent of the tick direction.
@@ -13,6 +20,7 @@ To be determined.
1320
- **New**: Added an option to turn off automatic plot data label anchor point adjustments.
1421
- **New**: Added a count parameter to all plot space methods that take a c-style array of coordinate values and deprecated the old versions. These methods will be removed in release 2.0.
1522
- **New**: Added axis label selection delegate methods.
23+
- **Changed**: Updated all projects to support Xcode 5.
1624
- **Changed**: Miscellaneous bug fixes and cleanup.
1725

1826

0 commit comments

Comments
 (0)