Skip to content

Commit

Permalink
Start v0.6 release notes
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
vchuravy committed Aug 5, 2016
1 parent fdd4f6f commit d187cdb
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Julia v0.6.0 Release Notes
==========================

New language features
---------------------

Language changes
----------------

Breaking changes
----------------

This section lists changes that do not have deprecation warnings.

* Operations between `Float16` and `Integers` now return `Float16` instead of `Float32`. ([#17261])

Library improvements
--------------------

Compiler/Runtime improvements
-----------------------------

Deprecated or removed
---------------------

Julia v0.5.0 Release Notes
==========================

Expand Down Expand Up @@ -160,8 +185,6 @@ This section lists changes that do not have deprecation warnings.
* `map` on a dictionary now expects a function that expects and returns a `Pair`.
The result is now another dictionary instead of an array ([#16622]).

* Operations between `Float16` and `Integers` now return `Float16` instead of `Float32`. ([#17261])

Library improvements
--------------------

Expand Down

0 comments on commit d187cdb

Please sign in to comment.