From 8db7c75171d4f7b7d4973da8bda678b17df9440c Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sun, 3 Jun 2018 19:36:59 +0100 Subject: [PATCH] Docs: Update known issues --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71dfa8c..b22422b 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,18 @@ $dateRange->changeRemovableDelimiters('·'); echo $dateRange->format('d·M·Y'); // 23 – 24·Jun·2018 ``` +## Known Issues + +These are known issues which need addressing before this package can be considered stable: + +- [Escaped characters are not handled correctly](https://github.com/GaryJones/daterange/issues/2) +- [Duplicate time parts are not handled correctly](https://github.com/GaryJones/daterange/issues/3) +- [Hours, minutes and seconds are not handled correctly](https://github.com/GaryJones/daterange/issues/4) + ## Contributing -All feedback / bug reports / pull requests are welcome. +All feedback, bug reports and pull requests are welcome. ## License