From 7ec30ff731d2302b33d3481067cfecbc37ea24ec Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 30 Aug 2018 13:38:52 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c5ffff..f8a3cfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Available in Proton 3.7 Beta: ###### 3.7-5: - Performance improvements for timing APIs in CPU-limited scenarios +- Automatically capture mouse in fullscreen windows is enabled by default. +- More display ratios have smaller resolutions available. +- Fix a crash on old versions of SDL. +- Fix for mouse cursor drifting in Deus Ex. +- Debug script dump directory can be configured with `PROTON_DEBUG_DIR`. +- Further improvements to fullscreen focus and python3 compatibility. ###### 3.7-4: - Support python3 as well as python2. This removes the requirement for python2 to be installed. - DXVK updated to v0.70, view that changelog here: https://github.com/doitsujin/dxvk/releases DXVK's DX10 support is not yet enabled.