summaryrefslogtreecommitdiffstats
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES52
1 files changed, 52 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 5e60f9e1c0..1947c9de0d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,55 @@
+Release 0.30.0
+==============
+
+This release has replaced the internal Vulkan rendering abstraction
+with libplacebo's more up-to-date implementation.
+
+Features
+--------
+
+Added
+~~~~~
+
+- vo_gpu: Vulkan API implementation based on libplacebo.
+
+Changed
+~~~~~~~
+
+
+Deprecated
+~~~~~~~~~~
+
+
+Removed
+~~~~~~~
+
+- vo_gpu: Internal Vulkan API implementation.
+
+
+Options and Commands
+--------------------
+
+Added
+~~~~~
+
+
+Changed
+~~~~~~~
+
+
+Deprecated
+~~~~~~~~~~
+
+
+Removed
+~~~~~~~
+
+
+Fixes and Minor Enhancements
+----------------------------
+
+
+
Release 0.29.0
==============