Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jun 3, 2018
1 parent 716f843 commit 3d70622
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 1.0.0-beta3

In various Mapper methods, use the new Table::selectRow() and selectRows()
methods combined with a MapperSelect instance. This fixes a bug where those
methods failed to invoke MapperEvents::modifySelect().

Automatic unsetting of related Records and RecordSets after deletion is now a
configurable relationship behavior via the `unsetDeleted()` method.

Added testing for DeletableRelationships (cascades).

## 1.0.0-beta2

This release incorporates a BC break to the signature for
Expand Down

0 comments on commit 3d70622

Please sign in to comment.