File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,26 @@ UI, Workflows & Features
8
8
Performance, Internal Implementation, Development Support etc.
9
9
--------------------------------------------------------------
10
10
11
+ * More -Wsign-compare fixes.
12
+
13
+ * meson-based build now supports the unsafe-sha1 build knob.
14
+
11
15
12
16
Fixes since v2.48
13
17
-----------------
14
18
19
+ * "git submodule" learned various ways to spell the same option,
20
+ e.g. "--branch=B" can be spelled "--branch B" or "-bB".
21
+ (merge b86f0f9071 re/submodule-parse-opt later to maint).
22
+
23
+ * Tweak the help text used for the option value placeholders by
24
+ parse-options API so that translations can customize the "<>"
25
+ placeholder signal (e.g. "--option=<value>").
26
+ (merge 5b34dd08d0 as/long-option-help-i18n later to maint).
27
+
28
+ * CI jobs gave sporadic failures, which turns out that that the
29
+ object finalization code was giving an error when it did not have
30
+ to.
31
+ (merge d7fcbe2c56 ps/object-collision-check later to maint).
32
+
15
33
* Other code cleanup, docfix, build fix, etc.
You can’t perform that action at this time.
0 commit comments