doc/release_notes/4.13.0.txt in sequel-4.13.0 vs doc/release_notes/4.13.0.txt in sequel-4.14.0
- old
+ new
@@ -94,10 +94,10 @@
* The Dataset#unqualified_column_for helper method has been added,
returning the unqualified version of a possibly qualified column.
* The composition and serialization plugins now support validations
- on the underlying columns. Previously, the didn't update the
+ on the underlying columns. Previously, they didn't update the
underlying columns until after validations were performed. This
works better when using the auto_validations plugin.
* The class_table_inheritance plugin now uses JOIN ON instead of
JOIN USING, which makes it work on all databases that Sequel