summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-03-25 16:28:17 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-03-25 17:02:28 +0100
commit169dbdcbf5db0436e6a1c0b7f4b58e7d18829dcb (patch)
tree77b5d5afd75434e095042bccf2c9bd4f62eb178e
parent64ab6d2576fa49557e703307a26468d86455a5e1 (diff)
downloadmullvadvpn-169dbdcbf5db0436e6a1c0b7f4b58e7d18829dcb.tar.xz
mullvadvpn-169dbdcbf5db0436e6a1c0b7f4b58e7d18829dcb.zip
Add initial changelog for installer downloader
-rw-r--r--installer-downloader/CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/installer-downloader/CHANGELOG.md b/installer-downloader/CHANGELOG.md
new file mode 100644
index 0000000000..36727ed46d
--- /dev/null
+++ b/installer-downloader/CHANGELOG.md
@@ -0,0 +1,24 @@
+# Changelog
+All notable changes are recorded here.
+
+### Format
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
+
+Entries should have the imperative form, just like commit messages. Start each entry with words like
+add, fix, increase, force etc.. Not added, fixed, increased, forced etc.
+
+Line wrap the file at 100 chars. That is over here -> |
+
+### Categories each change fall into
+
+* **Added**: for new features.
+* **Changed**: for changes in existing functionality.
+* **Deprecated**: for soon-to-be removed features.
+* **Removed**: for now removed features.
+* **Fixed**: for any bug fixes.
+* **Security**: in case of vulnerabilities.
+
+## [Unreleased]
+- Initial support for downloading and installing the latest version of the Mullvad VPN app on
+ Windows and macOS. \ No newline at end of file