Skip to content

Commit

Permalink
Merge pull request #69 from axelson/update-1-0-5-release-notes
Browse files Browse the repository at this point in the history
Update 1.0.5 release notes
  • Loading branch information
benwilson512 authored Feb 7, 2019
2 parents fd79cc6 + 748abf7 commit 952f116
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@

## v1.0.6 - Unreleased

- Bug Fix: Depend on `ecto` instead of `ecto_sql`. Fixes Ecto 2.x support (#67)
- Bug Fix: Depend on `ecto` instead of `ecto_sql`. Fixes Ecto 2.x support
([#67](https://github.com/absinthe-graphql/dataloader/issues/67))

## v1.0.5 - 2019-02-03

- Improvement: Ecto 3 support (which is just improving the tests)
- Improvement: Better error messages if you pass a non-ecto schema to
`Dataloader.load/4` or `Datalaoder.get/4`
- Bug Fix: Fix dialyzer spec for run_batch function
- Bug Fix: Fix loading of nested through associations
([#65](https://github.com/absinthe-graphql/dataloader/pull/65))

**Breaking change:** Dependency changed from `ecto` to `ecto_sql` which
unintentionally breaks `Dataloader.Ecto` on Ecto 2.x projects (#67).
unintentionally breaks `Dataloader.Ecto` on Ecto 2.x projects
([#67](https://github.com/absinthe-graphql/dataloader/issues/67)).

## v1.0.4 - 2018-09-14

Expand Down

0 comments on commit 952f116

Please sign in to comment.