Removed 8.pm and updated Changelog.
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Row.pm
index a26d34c..d66beb1 100644 (file)
@@ -121,16 +121,12 @@ sub in_storage {
 
 =head2 update
 
-  $obj->update \%columns?;
+  $obj->update;
 
 Must be run on an object that is already in the database; issues an SQL
 UPDATE query to commit any changes to the object to the database if
 required.
 
-Also takes an options hashref of C<< column_name => value> pairs >> to update
-first. But be aware that this hashref might be edited in place, so dont rely on
-it being the same after a call to C<update>.
-
 =cut
 
 sub update {