Skip to content

Commit 2e5a74d

Browse files
committed
Update release notes
1 parent f6b1c68 commit 2e5a74d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Modules/Sources/JetpackStats/Utilities/DateRangeGranularity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension DateInterval {
2323
if totalDays <= 1 {
2424
return .hour
2525
}
26-
// For ranges 2-31 days: show daily data (2-90 points)
26+
// For ranges 2-31 days: show daily data (2-31 points)
2727
else if totalDays <= 31 {
2828
return .day
2929
}

RELEASE-NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* [**] Reader: Add "Freshly Pressed" to Discover [#24828]
44
* [**] Intelligence: Expand AI-based features to more locales [#25034]
55
* [*] Fix previewing posts on WordPress.com atomic sites [#25045]
6+
* [*] Stats: Add days/weeks/months/years picker for bar and line charts [#25093]
7+
* [*] Stats: Fix an issue with weekly data for the comparison period sometimes not being shown correctly [#25093]
68

79
26.5
810
-----

0 commit comments

Comments
 (0)