Skip to content

Commit

Permalink
add countlines change to NEWS
Browse files Browse the repository at this point in the history
Missing from #11947
Closes #12844
  • Loading branch information
PallHaraldsson authored and nolta committed Sep 19, 2015
1 parent a7d0830 commit 425fa46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ Library improvements

* Capture groups in regular expressions can now be named using PCRE syntax, `(?P<group_name>...)`. Capture group matches can be accessed by name by indexing a `Match` object with the name of the group ([#11566]).

* `countlines()` now counts all lines, not just non-empty ([#11947]).

* Array and AbstractArray improvements

* New multidimensional iterators and index types for efficient iteration over `AbstractArray`s. Array iteration should generally be written as `for i in eachindex(A) ... end` rather than `for i = 1:length(A) ... end` ([#8432]).
Expand Down

0 comments on commit 425fa46

Please sign in to comment.