Skip to content

Commit

Permalink
Update CHANGELOG [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Solnica committed May 31, 2017
1 parent fb8c681 commit eb22e35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# v1.3.3 to-be-released
# v1.3.3 2017-05-31

### Added

* `Changeset#extend` to exclude steps from the `#diff` output, this allows
to filter out timestamp changes prior to updates so that we can avoid
hitting the database in case of timestamp-only changes. You still can call `.map(:touch)`
if you want to have `updated_at` refreshed unconditionally (flash-gordon)

## Fixed

* `aggregate` and `combine` works correctly with nested graph options where associations are aliased (solnic)
* Auto-mapping no longer creates intermediate struct objects for combined relations (which caused massive performance degradation in some cases) (solnic)
* Aliased associations no longer cause mapping to intermediate structs (solnic)

[Compare v1.3.2...v1.3.3](https://github.com/rom-rb/rom-repository/compare/v1.3.2...v1.3.3)

# v1.3.2 2017-05-02

Expand Down

0 comments on commit eb22e35

Please sign in to comment.