You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/development/change_log.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,14 @@ Fixes
15
15
16
16
- 🐛 Applying default configuration value when not given
17
17
18
-
When a user does not specify certain configuration options, the extension will automatically use predefined default
19
-
values, allowing users to get started quickly without needing to customize every option.
20
-
Users can override these defaults by explicitly providing their own configuration values.
18
+
When a user does not specify certain configuration options, the extension will automatically use predefined default
19
+
values, allowing users to get started quickly without needing to customize every option.
20
+
Users can override these defaults by explicitly providing their own configuration values.
21
21
22
-
- 🐛 Local links between docs and one-line need definitions work correctly, when :ref:`src_dir <source_dir>` in multiple project configurations point at different locations.
22
+
- 🐛 Fix local links for multi project configurations
23
+
24
+
Local links between docs and one-line need definitions work correctly, when :ref:`src_dir <source_dir>` in multiple
25
+
project configurations point at different locations.
0 commit comments