Skip to content

Commit

Permalink
Merge pull request #41 from garborg/patch-1
Browse files Browse the repository at this point in the history
Document recent PRs
  • Loading branch information
simonster committed Jan 26, 2015
2 parents b84fef9 + 6b67a29 commit a292237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Currently, the `@compat` macro supports the following syntaxes:

* `Base.IPv4` and `Base.IPv6` can now accept `String`s as constructor arguments [#9346](https://github.com/JuliaLang/julia/pull/9346)

* `randbool()` is now `rand(Bool)` and `randbool([dims])` is now `bitrand([dims])` [#9569](https://github.com/JuliaLang/julia/pull/9569)

* `beginswith` is now `startswith` [#9583](https://github.com/JuliaLang/julia/pull/9583)

## New macros

* `@inline` and `@noinline` have been added. On 0.3, these are "no-ops," meaning they don't actually do anything.
Expand Down

0 comments on commit a292237

Please sign in to comment.