Skip to content

Commit

Permalink
Docs: Update known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Jun 3, 2018
1 parent 9f80bfa commit 8db7c75
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8db7c75

Please sign in to comment.