Skip to content

Commit

Permalink
put jump links on top
Browse files Browse the repository at this point in the history
so that the list numbers match
  • Loading branch information
aG0aep6G committed Apr 26, 2016
1 parent 7d33259 commit d55d25c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions changelog.dd
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ $(BUGSTITLE Library Changes,
on Posix.))
$(LI $(RELATIVE_LINK2 padLeft-padRight, `std.range.padLeft` and
`std.range.padRight` were added.))
$(LI $(RELATIVE_LINK2 regex-multiple-patterns, `std.regex.regex` now
supports matching multiple patterns in one go.))
$(LI $(RELATIVE_LINK2 mutation, `std.algorithm.mutation` was exposed))
$(LI $(RELATIVE_LINK2 iota-length-size_t, `std.range.iota's `.length`
property is fixed to `size_t` instead of the type being iterated))
$(LI $(XREF uni, isNumber) and $(XREF uni, isPunctuation) now use a separate,
optimized path for ASCII inputs.)
$(LI $(XREF uni, isAlphaNum), which is analogous to $(XREF ascii, isAlphaNum)
was added.)
$(LI $(XREF regex, regex) now supports inline comments with (?#...) syntax.)
$(LI std.regex had numerous optimization applied, compile-time $(XREF regex, ctRegex)
should now be generally faster then the run-time version.)
$(LI $(RELATIVE_LINK2 regex-multiple-patterns, `std.regex.regex` now
supports matching multiple patterns in one go.))
$(LI $(RELATIVE_LINK2 mutation, `std.algorithm.mutation` was exposed))
$(LI $(XREF range, primitives, moveAt) accepts only `size_t` for its index
arguments.)
$(LI $(RELATIVE_LINK2 iota-length-size_t, `std.range.iota's `.length`
property is fixed to `size_t` instead of the type being iterated))
$(LI $(XREF algorithm, sorting, isStrictlyMonotonic) which doesn't allow
equal values was added.)
$(LI $(REF readLink, std,file) and $(REF symlink, std,file) have been
Expand Down

0 comments on commit d55d25c

Please sign in to comment.