Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 078eed6

Browse files
committedFeb 26, 2015
add NEWS.md entry
1 parent dda4d73 commit 078eed6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎NEWS.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New language features
2828

2929
Language changes
3030
----------------
31-
31+
3232
* `[x,y]` constructs a vector of `x` and `y` instead of concatenating them
3333
([#3737], [#2488], [#8599]).
3434

@@ -194,6 +194,9 @@ Library improvements
194194

195195
Deprecated or removed
196196
---------------------
197+
198+
* `names` for composite datatypes has been deprecated and
199+
renamed to `fieldnames` ([#10332]).
197200

198201
* The `Graphics` module has been removed from `Base` and is now a
199202
standalone package ([#10150], [#9862]).

0 commit comments

Comments
 (0)
Please sign in to comment.