summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-17 18:18:21 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-17 18:18:21 +0200
commite4225afe894a59c76b6d24d74c52929421f8c0c8 (patch)
treef812e4c6723df5a181d8f0f75bf9674e7428aac8
parent71e680bd5f19bfd6b29e221e2f0b6e4d03cf3294 (diff)
Update ChangeLog with new defaults
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a9a06c5..c38704ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@ dillo-3.2.0 [Not released yet]
- Fix use-after-free on errors in TLS connection.
- Add scrollbar_page_mode option to easily scroll full pages with the mouse.
- Control the page overlap with the scroll_page_overlap option.
+ - Set focus_new_tab=NO and show_quit_dialog=NO by default.
Patches: Rodrigo Arias Mallo
+- Add primitive support for SVG using the nanosvg.h library.
- Add support for ch, rem, vw, vh, vmin and vmax CSS units.