Skip to content

Commit

Permalink
note experimental feature [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 16, 2017
1 parent 3a0d354 commit d1dab59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ New language features
Language changes
----------------

* `x^n` for integer literals `n` (e.g. `x^3` or `x^-3`) is now
lowered to `x^Val{n}`, to enable compile-time specialization
for literal integer exponents ([#20530]).

* "Inner constructor" syntax for parametric types is deprecated. For example,
in this definition:
```
Expand Down Expand Up @@ -77,6 +73,10 @@ Language changes
* The `typealias` keyword is deprecated, and should be replaced with
`Vector{T} = Array{T,1}` or a `const` assignment.
* Experimental feature: `x^n` for integer literals `n` (e.g. `x^3`
or `x^-3`) is now lowered to `x^Val{n}`, to enable compile-time
specialization for literal integer exponents ([#20530]).
Breaking changes
----------------
Expand Down

0 comments on commit d1dab59

Please sign in to comment.