File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/src/commonMain/kotlin/com/maksimowiczm/foodyou/changelog/infrastructure Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 44
55Bug fixes
66- Fixed an issue with setting the FoodData Central API key on the search screen (again).
7+ - Added RFC-compliant CSV parser.
78
89Translations
910- Added Finish
You can’t perform that action at this time.
0 commit comments