Skip to content

Commit

Permalink
Merge pull request #4184 from JackStouffer/patch-5
Browse files Browse the repository at this point in the history
Document std.uni optimizations in the change log
  • Loading branch information
dnadlinger committed Apr 11, 2016
2 parents 7988eae + 27e63ba commit 4547f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.dd
Expand Up @@ -8,6 +8,8 @@ $(BUGSTITLE Library Changes,
$(LI $(RELATIVE_LINK2 process, Process creation in
$(STDMODREF process, std.process) was sped up on Posix.))
$(LI $(XREF range, padLeft) and $(XREF range, padRight) were added.)
$(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.
Expand Down

0 comments on commit 4547f8c

Please sign in to comment.