summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-11-19 13:56:34 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-11-19 14:46:25 +0100
commit6794104cc456bd86a802acd82cf6651e51ed953a (patch)
tree927c0954108c1d1ce7985f30e12122da6ff8b802 /README.md
parent27d98f1416b879438e185368c7a1e42d1162338d (diff)
Fix: Offset problem
The core iterator did not yield the base on the first iteration. This is fixed with this commit, using a flag to check whether it already yielded the base and if, start incrementing. Not a clean solution, but a working one.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index b064e18..0a5d012 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,6 @@ Plus, we want to offer a string-parser which can be used to parse user input
into such things. This will be a compiletime option to include the parser or
not.
-# Known Problems
-
-* Iterators such as "today daily" start one day off. So "today daily" yields
- tomorrow as first item.
-
# License
MPL 2.0