diff --git a/debian/changelog b/debian/changelog
index a061df5b457bb5e10785ab02f16ec41ea4b9082a..233aa46e9afe009396b501fd743ca977f8df3f09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,21 @@
-steam-runtime-tools (0.20210224.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20210225.0) UNRELEASED; urgency=medium
 
   [ Simon McVittie ]
   * pressure-vessel: Fix processing of Vulkan ICDs/layers outside /usr
     where the library_path in the JSON manifest is just a SONAME
     (Resolves: steam-runtime#366)
+  * pressure-vessel: Fix regressions when graphics provider is set to empty
+  * pressure-vessel: Default to using graphics drivers from the current
+    execution environment, not necessarily the host
+    (Resolves: steam-runtime#367)
   * pressure-vessel: Never set XDG_DATA_DIRS to just our override directory.
     Default to /usr/local/share:/usr/share as per the specification.
   * pressure-vessel: Mask Vulkan layers in home directory or other non-/usr
     paths. This avoids the Steam fossilize and overlay layers being
     duplicated in the container's search path. (Resolves: T26160)
+  * pressure-vessel: Run nvidia-modprobe -u before entering the container
+    if needed, to load nvidia_uvm.ko for Vulkan ray-tracing support
+    (Resolves: #59)
   * pressure-vessel: Accept runtime with or without ./files at top level
   * pv-launch: Sync minor improvements from flatpak-xdg-utils
   * pv-launch: Use unset-env option for subsandbox API >= v5.
@@ -20,6 +27,12 @@ steam-runtime-tools (0.20210224.0) UNRELEASED; urgency=medium
     This previously had to be done by the SteamLinuxRuntime shell scripts.
   * pressure-vessel: Automatically enable --copy-runtime if running
     under Flatpak
+  * pressure-vessel: Make sure Debian-based runtimes will look in
+    /lib/terminfo, fixing the PRESSURE_VESSEL_SHELL=instead xterm's
+    behaviour when not running on a Debian derivative
+  * pressure-vessel: Treat LD_AUDIT the same as LD_PRELOAD, as another step
+    towards Flatpak support
+  * Refactoring
 
   [ Ludovico de Nittis ]
   * pressure-vessel: Update flatpak-run to the latest upstream version.
@@ -33,11 +46,12 @@ steam-runtime-tools (0.20210224.0) UNRELEASED; urgency=medium
     This helps us to detect misconfigured host systems, and also helps to
     detect regressions where we duplicate ICDs/layers in the pressure-vessel
     container that were not duplicates on the host. (Resolves: T26156)
-  * system-info: Add ability to store multiarch tuples
+  * system-info: Add ability to set multiarch tuples to inspect
+    (Resolves: #58)
   * system-info: Parse Vulkan layers from a report in the right order
-  * build: Refactoring
+  * Refactoring
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 24 Feb 2021 15:57:08 +0000
+ -- Simon McVittie <smcv@collabora.com>  Thu, 25 Feb 2021 15:14:18 +0000
 
 steam-runtime-tools (0.20210203.0) scout; urgency=medium