diff --git a/README.md b/README.md index 687022a..442218b 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,8 @@ SmartCore::Types::Value::CryptoString = SmartCore::Types::Value::NumberdString & - migrate to `Github Actions`; +- an ability to cast `nil` to `nil` if `nil` is passed (example: `String.nilable_cast(nil) # => nil` and `String.cast(nil) # => ""`); + - support for `block`-attribute in runtime attributes; - type configuration: