]> source.dussan.org Git - sonarqube.git/commitdiff
[SONAR-18476] fix measures/component changelog
authorMatteo Mara <matteo.mara@sonarsource.com>
Wed, 22 Feb 2023 10:00:29 +0000 (11:00 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 23 Feb 2023 20:03:01 +0000 (20:03 +0000)
server/sonar-webserver-webapi/src/main/java/org/sonar/server/measure/ws/ComponentAction.java

index da78e7a6c91a0ef9dc854069624691227479b05a..0c10d0e3923b828fe4d5c28f344b1cfe7b112c38 100644 (file)
@@ -97,6 +97,7 @@ public class ComponentAction implements MeasuresWsAction {
       .setResponseExample(getClass().getResource("component-example.json"))
       .setSince("5.4")
       .setChangelog(
+        new Change("9.3", "When the new code period is set to 'reference branch', the response field 'date' under the 'period' field has been removed"),
         new Change("9.3", format("The use of the following metrics in 'metricKeys' parameter is deprecated: %s",
           MeasuresWsModule.getDeprecatedMetrics())),
         new Change("8.8", "deprecated response field 'id' has been removed"),