diff --git a/.travis.yml b/.travis.yml index 0e7cd102..18faa4a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,11 @@ jobs: dist: bionic rust: - stable - - os: linux - dist: bionic - rust: - - nightly +# Nightly build turned off until #1423 resolved +# - os: linux +# dist: bionic +# rust: +# - nightly - os: osx rust: - stable diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index fce9dae8..fd4720c9 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -5,6 +5,8 @@ - Added a `properties` method to `Format`. - Added additional device feature flags for enabling SPIR-V related capabilities. - Added method `copy_buffer_dimensions` that allows copying parts of buffers containing arrays. +- Fixed surface creation function on Windows(PR #1410). +- Travis CI Linux Nightly job temporary disabled until #1423 resolved. # Version 0.19.0 (2020-06-01)