summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-19 13:44:57 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-19 13:44:57 +0900
commit28fbee7f033eaa5dfb193850f4783088b5f48034 (patch)
tree7774832ed75bcb64d7cbed1cfec00a77c47ee731
parentb3d2daaa1d47a0b5a0b8122575abefb97b89322c (diff)
downloadmpv-28fbee7f033eaa5dfb193850f4783088b5f48034.tar.bz2
mpv-28fbee7f033eaa5dfb193850f4783088b5f48034.tar.xz
Update RELEASE_NOTES
-rw-r--r--RELEASE_NOTES25
1 files changed, 24 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index aceafc0740..6295e336c2 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,26 @@
+Release 0.8.1 (draft)
+=====================
+
+Changes
+-------
+
+- DOCS/client-api-changes has been correctly updated for the v0.8.0 release
+ series.
+
+Bug fixes
+---------
+
+- Attempt to fix OpenGL shader compilation on Intel windows drivers. (bug
+ #1536)
+
+New features
+------------
+
+- MPlayer now tries to load '.vtt' subtitles.
+
+This listing is not complete. A complete changelog can be seen by running
+`git log v0.8.0..` in the git repository.
+
Release 0.8.0
=============
@@ -162,4 +185,4 @@ New features
files.
This listing is not complete. A complete changelog can be seen by running
-`git log v0.7.0..` in the git repository.
+`git log v0.7.0..v0.8.0` in the git repository.