Skip to content

Commit

Permalink
Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 12, 2020
1 parent 583d72d commit c01a318
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for v3.x

## v3.5.2 (2020-10-12)

### Enhancements

* [Ecto.Repo] Add Repo.reload/2 and Repo.reload!/2

### Bug fixes

* [Ecto.Changeset] Fix "__schema__/1 is undefined or private" error while inspecting a schemaless changeset
* [Ecto.Repo] Invoke `c:Ecto.Repo.default_options/1` per entry-point operation

## v3.5.1 (2020-10-08)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ecto.MixProject do
use Mix.Project

@version "3.5.1"
@version "3.5.2"

def project do
[
Expand Down

0 comments on commit c01a318

Please sign in to comment.