diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 030a3207..fd7b7924 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -130,6 +130,18 @@
metaflac:
+ - Renamed the tag editing options as follows (the ...-vc-... options still work but are deprecated):
+
+ - --show-vc-vendor becomes --show-vendor-tag
+ - --show-vc-field becomes --show-tag
+ - --remove-vc-all becomes --remove-all-tags
+ - --remove-vc-field becomes --remove-tag
+ - --remove-vc-firstfield becomes --remove-first-tag
+ - --set-vc-field becomes --set-tag
+ - --import-vc-from becomes --import-tags-from
+ - --export-vc-to becomes --export-tags-to
+
+
- Better explanation of common error messages.
- Bug fix: calculating ReplayGain on 48kHz streams.
- Bug fix: incorrect numbers when printing seek points.