Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tmpl/wiki/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ an argument).

#### Deprecation: Misc functions

`get_mode` is deprecated. You should use keys instead. And in particular `Key.target` and `Key.is_xen`.
`get_mode` is deprecated. You should use keys instead. And in particular `Key.target` and `Key.is_xen`. Users running `mirage configure` should use `-t xen` and `-t unix` instead of `--xen` and `--unix`.

`add_to_ocamlfind_libraries` and `add_to_opam_packages` are deprecated. Both the `foreign` and the `register` functions now possess the `~libraries` and `~packages` arguments to specify libraries dependencies.

Expand Down