Changelog entry for PR #1410 and turning off Travis Linux Nightly build job (#1424)

Changelog entry for PR #1410; Nightly build temporary disabled until #1423 resolved
This commit is contained in:
Ilya Lakhin 2020-10-25 19:30:44 +07:00 committed by GitHub
parent 70186b5034
commit 770ea22bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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)