You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
-
## [Unreleased]
6
+
<!-- next-header -->
7
+
8
+
## [Unreleased] - ReleaseDate
7
9
8
10
### Added
9
11
@@ -65,7 +67,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
65
67
-#665 - when not using [env.volumes](https://github.com/cross-rs/cross#mounting-volumes-into-the-build-environment), mount project in /project
- Partial `test` / `run` support for android targets. Using the android API via `cross run` / `cross
147
-
test` is *not* supported because Cross is using QEMU instead of the official Android emulator.
147
+
- Partial `test` / `run` support for android targets. Using the android API via `cross run` / `cross test` is _not_ supported because Cross is using QEMU instead of the official Android emulator.
148
148
149
149
- Partial support for the `sparcv9-sun-solaris` and `x86_64-sun-solaris` targets. `cross test` and
150
150
`cross run` doesn't work for these new targets.
@@ -165,7 +165,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
165
165
166
166
-`binfmt_misc` is not required on the host for toolchain v1.19.0 and newer.
167
167
With these toolchains `binfmt_misc` interpreters don't need to be installed
168
-
on the host saving a *privileged* docker run which some systems don't allow.
168
+
on the host saving a _privileged_ docker run which some systems don't allow.
169
169
170
170
## [v0.1.11] - 2017-06-10
171
171
@@ -262,9 +262,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
262
262
263
263
- Building older versions (<0.7.0) of the `openssl` crate is now supported.
264
264
265
-
- Before Docker is invoked, `cross` will *always* (re)generate the lockfile to
265
+
- Before Docker is invoked, `cross` will _always_ (re)generate the lockfile to
266
266
avoid errors later on due to read/write permissions. This removes the need to
267
-
call `cargo generate-lockfile` before `cross` in *all* cases.
267
+
call `cargo generate-lockfile` before `cross` in _all_ cases.
268
268
269
269
## [v0.1.4] - 2017-01-07
270
270
@@ -315,6 +315,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments