Skip to content

Commit 9b6aef3

Browse files
committed
Release v0.4.0
1 parent 636d5ef commit 9b6aef3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
v0.3.0 (2018-??-??)
1+
v0.4.0 (2018-09-16)
22
===================
33

44
- Drop support for Julia 0.6
5+
- The syntax to access properties of a `WCSTransform` object has been changed
6+
from `wcs[:ctype]` to the more familiar `wcs.ctype`. Likewise, the new syntax
7+
to set these properties is `wcs.ctype = foo`. The old syntaxes are still
8+
available but deprecated, they will be completely removed in a future version
9+
of the package.
510

611
v0.3.0 (2018-09-05)
712
===================

0 commit comments

Comments
 (0)