Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Sep 16, 2018
1 parent 636d5ef commit 9b6aef3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
v0.3.0 (2018-??-??)
v0.4.0 (2018-09-16)
===================

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

v0.3.0 (2018-09-05)
===================
Expand Down

0 comments on commit 9b6aef3

Please sign in to comment.