# Changelog ## 0.2.2 Additions * `GitHub::KV` accepts `SQL::Literal` as valid values https://github.com/github/github-ds/pull/21/commits/c11d4e3154dd3435d509a3356f46d0a2981d7234 Fixes * Value length validation takes into account that strings can be made of multi-byte characters https://github.com/github/github-ds/pull/21/commits/5156f95ef04b1ecf2ce90929c5752b2e61d39566 ## 0.2.1 Additions * `Result.new` without block returns `true` for `ok?` https://github.com/github/github-ds/pull/19 ## 0.2.0 Fixes * Fixed rails generator name https://github.com/github/github-ds/pull/16 * Add active_record as dependency (not just dev dependency) https://github.com/github/github-ds/commit/e9ce8e4e47d39152021976482e1a0a60efbb9d20 ## 0.1.0 * Initial release.