From 058a68829486f74c506e914b2d1691dc80e922c6 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Mon, 1 Dec 2014 17:23:29 +0000 Subject: [PATCH] Documentation of trunc, randexp --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 114dc21dd6bc4..4a41c1b950937 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,9 @@ Currently, the `@compat` macro supports the following syntaxes: ## Type Aliases * `typealias AbstractString String` - `String` has been renamed to `AbstractString` [#8872](https://github.com/JuliaLang/julia/pull/8872) + +## Renamed functions + +* `itrunc`, `iround`, `iceil`, `ifloor` are now accessed via `trunc(T, x)`, etc. [#9133](https://github.com/JuliaLang/julia/pull/9133) + +* `Base.Random.randmtzig_exprnd` is now `randexp` [#9144](https://github.com/JuliaLang/julia/pull/9144)