From 7228129cade3f812f22904b503c939b04a75c9dd Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sat, 29 Aug 2020 16:15:52 +0200 Subject: [PATCH] Version 2.1.4 ``` * [Changed] Silence PHP errors in Parsedown * [Fixed] #560: Improve charset guessing for formatted date strings using `strftime()` (Pico always uses UTF-8, but `strftime()` might not) ```