Skip to content

Commit 0451b79

Browse files
adim-blipclaude
andcommitted
Fix date format for 3.x changelog entries
The five 3.x entries used YYYY-DD-MM; the rest of the file and our convention is ISO 8601 (YYYY-MM-DD). Swapped day/month to match. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 126d27e commit 0451b79

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
3.1.2 / 2025-20-09
1+
3.1.2 / 2025-09-20
22
==================
33

44
Other Changes
55
-------------
66
* Bump fresco version
77

8-
3.1.0 / 2025-19-06
8+
3.1.0 / 2025-06-19
99
==================
1010

1111
Other Changes
@@ -14,21 +14,21 @@ Other Changes
1414
* Make utility classes proper utilities
1515
* Bump api level to 34
1616

17-
3.0.2 / 2024-25-09
17+
3.0.2 / 2024-09-25
1818
==================
1919

2020
Other Changes
2121
-------------
2222
* Fix publish script
2323

24-
3.0.1 / 2024-25-09
24+
3.0.1 / 2024-09-25
2525
==================
2626

2727
Other Changes
2828
-------------
2929
* Fix publish script
3030

31-
3.0.0 / 2024-19-09
31+
3.0.0 / 2024-09-19
3232
==================
3333

3434
Other Changes

0 commit comments

Comments
 (0)