Skip to content

Commit

Permalink
Merge pull request #226 from JuliaLang/timholy-patch-1
Browse files Browse the repository at this point in the history
Reword description of writemime changes
  • Loading branch information
timholy authored Jun 15, 2016
2 parents 9bc163c + 9b8b931 commit 9a72d8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ Currently, the `@compat` macro supports the following syntaxes:

* `@compat withenv(f, "a" => a, "b" => b...)` on 0.3.

* `@compat import Base.show => Base.writemime` because writemime is deprecated in Julia 0.5 ([#16563]).

* `@compat function show(args...) => writemime` because writemime is deprecated in Julia 0.5 ([#16563]).
* `@compat import Base.show` and `@compat function show(args...)` for handling the deprecation of `writemime` in Julia 0.5 ([#16563]). See https://github.com/JuliaLang/Compat.jl/pull/219.

## Type Aliases

Expand Down

0 comments on commit 9a72d8b

Please sign in to comment.