Skip to content

Commit

Permalink
Release v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 8, 2020
1 parent 23cec68 commit 737b897
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog for v3.x

## v3.4.1 (2020-04-08)

### Enhancements

* [Ecto] Add `Ecto.embedded_load/3` and `Ecto.embedded_dump/2`
* [Ecto.Query] Improve error message on invalid JSON expressions
* [Ecto.Repo] Emit `[:ecto, :repo, :init]` telemetry event upon Repo init

### Bug fixes

* [Ecto.Query] Do not support JSON selectors on `type/2`

### Deprecations

* [Ecto.Repo] Deprecate `conflict_target: {:constraint, _}`. It is a discouraged approach and `{:unsafe_fragment, _}` is still available if someone definitely needs it

## v3.4.0 (2020-03-24)

### 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.4.0"
@version "3.4.1"

def project do
[
Expand Down

0 comments on commit 737b897

Please sign in to comment.