README_V3.md in schemacop-3.0.26 vs README_V3.md in schemacop-3.0.27

- old
+ new

@@ -241,9 +241,14 @@ * `email` Validates for a valid email address. There is no casting involved since email addresses do not have their own ruby type. +* `mailbox` + Validates for a valid mailbox, which is defined as a valid email enclosed in + brackets (`< >`), with an optional name before the email address. There is no + casting involved. + * `boolean` The string must be either `true`, `false`, `0` or `1`. This value will be casted to Ruby's `TrueClass` or `FalseClass`. Please note that the strings `true` and `false` are case-insensitive, i.e. `True`, `TRUE` etc. will also work.