Skip to content

Commit c79d406

Browse files
authored
chore: release 3.4.5 (again) (#389)
Update changelog
1 parent 3dfadf1 commit c79d406

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/commonMain/kotlin/com/maksimowiczm/foodyou/changelog/infrastructure/StaticChangelog.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ internal class StaticChangelog(private val appConfig: AppConfig) : Changelog {
6262
),
6363
bugFixes =
6464
listOf(
65-
"Fixed an issue with setting the FoodData Central API key on the search screen (again)."
65+
"Fixed an issue with setting the FoodData Central API key on the search screen (again).",
66+
"Added RFC-compliant CSV parser.",
6667
),
6768
translations = listOf("Added Finnish."),
6869
)

metadata/en-US/changelog/119.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changes
44

55
Bug fixes
66
- Fixed an issue with setting the FoodData Central API key on the search screen (again).
7+
- Added RFC-compliant CSV parser.
78

89
Translations
910
- Added Finish

0 commit comments

Comments
 (0)