Skip to content

Commit

Permalink
Add changelog entry for deprecation of pattern functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JackStouffer committed May 13, 2017
1 parent 4b8b6b7 commit b96c926
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog/pattern-deprecate.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Several functions in `std.string` have been deprecated

The functions $(REF inPattern, std, string), $(REF countchars, std, string),
$(REF removechars, std, string), $(REF squeeze, std, string), and
$(REF munch, std, string), have all been deprecated. These functions are
obsolete, as their functionality is better covered by the functions in
$(MREF std, regex) and $(MREF std, algorithm). They will be removed from
$(MREF std, string) on May 2018.

If you still need to use these, please see $(LINK2 https://github.com/dlang/undeaD, undeaD).

0 comments on commit b96c926

Please sign in to comment.