From 1be49d6c0495a4e08c385cc16fcadfcf06fd4ba7 Mon Sep 17 00:00:00 2001 From: Sebastian Ohm Date: Thu, 22 Aug 2024 10:41:08 +0200 Subject: [PATCH] Add changelog entry --- .changelog/265.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/265.txt diff --git a/.changelog/265.txt b/.changelog/265.txt new file mode 100644 index 00000000..26779160 --- /dev/null +++ b/.changelog/265.txt @@ -0,0 +1,3 @@ +```release-note:improvement +Browser auth flow prints URL and can be configured to not open the default browser. +```