summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-03-12 16:29:39 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-03-12 16:29:39 +0100
commite604b1e1424edff72f4f0e7f447e66ffee850110 (patch)
tree577978b86fb7afa71e147eee22b42d4897229fec /CHANGES.md
parentbe1919723e8e5d5381934945077e0af53dbffa23 (diff)
Profiles + Server: Also expose default gateway settings in profile
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1925509..aaaf0ea 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,6 @@
+# Not released
+* Expose default gateway in profile settings too. For clients, use the default gateway set on the config object, this is maybe only useful for suggesting some profiles in the client profile chooser UI
+
# 1.99.1 (2024-03-11)
* Disable type annotation for global eduVPN class as it gave a `SyntaxError` on some Python versions. See https://bugs.python.org/issue34939