Skip to content

Commit

Permalink
Merge pull request #2777 from WalterBright/upgrade
Browse files Browse the repository at this point in the history
add upgrade hints
  • Loading branch information
H. S. Teoh committed Dec 1, 2014
2 parents 5986e74 + 21221cf commit 64d5a3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions std/path.d
Expand Up @@ -32,6 +32,10 @@
returned, it is usually a slice of an input string. If a function
allocates, this is explicitly mentioned in the documentation.
Upgrading:
$(WEB digitalmars.com/d/1.0/phobos/std_path.html#fnmatch) can
be replaced with $(D globMatch).
Authors:
Lars Tandle Kyllingstad,
$(WEB digitalmars.com, Walter Bright),
Expand Down
4 changes: 4 additions & 0 deletions std/random.d
Expand Up @@ -31,6 +31,10 @@ distributions, which skew a generator's output statistical
distribution in various ways. So far the uniform distribution for
integers and real numbers have been implemented.
Upgrading:
$(WEB digitalmars.com/d/1.0/phobos/std_random.html#rand) can
be replaced with $(D uniform!uint()).
Source: $(PHOBOSSRC std/_random.d)
Macros:
Expand Down

0 comments on commit 64d5a3a

Please sign in to comment.