README.md in fugit-1.4.2 vs README.md in fugit-1.4.3
- old
+ new
@@ -1,9 +1,9 @@
# fugit
-[![Build Status](https://secure.travis-ci.org/floraison/fugit.svg)](http://travis-ci.org/floraison/fugit)
+[![tests](https://github.com/floraison/fugit/workflows/test/badge.svg)](https://github.com/floraison/fugit/actions)
[![Gem Version](https://badge.fury.io/rb/fugit.svg)](http://badge.fury.io/rb/fugit)
[![Join the chat at https://gitter.im/floraison/fugit](https://badges.gitter.im/floraison/fugit.svg)](https://gitter.im/floraison/fugit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Time tools for [flor](https://github.com/floraison/flor) and the floraison group.
@@ -347,9 +347,13 @@
`multi: true` indicates to `Fugit::Nat` that an array of `Fugit::Cron` instances is expected as a result.
`multi: :fail` tells `Fugit::Nat.parse` to fail if the result is more than 1 `Fugit::Cron` instances.
`multi: false` is the default behaviour, return a single `Fugit::Cron` instance or nil when it cannot parse.
+
+### Nat Midnight
+
+`"Every day at midnight"` is supported, but `"Every monday at midnight"` will be interpreted (as of Fugit <= 1.4.x) as `"Every monday at 00:00"`. Sorry about that.
## LICENSE
MIT, see [LICENSE.txt](LICENSE.txt)