From 2dcf501dbfcdab53a6486bbcda89eef4abe3a838 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 13 Mar 2018 17:41:58 -0600 Subject: [PATCH] Bump release date --- docs/src/markdown/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/markdown/changelog.md b/docs/src/markdown/changelog.md index 4f1d072..ff95bff 100644 --- a/docs/src/markdown/changelog.md +++ b/docs/src/markdown/changelog.md @@ -2,6 +2,8 @@ ## 3.5.0 +Mar 13, 2018 + - **NEW**: Use a more advanced format string implementation that implements all string features, included those found in `format_spec`. - **FIX**: Relax validation so not to exclude valid named Unicode values. - **FIX**: Caching issues where byte string patterns were confused with Unicode patterns.