You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@
117
117
### Enhancements
118
118
119
119
*[ecto] Upgrade and support Ecto v3.3
120
-
*[repo] Include `:idle_time` on telemetry measuremnts
120
+
*[repo] Include `:idle_time` on telemetry measurements
121
121
*[migration] Support anonymous functions in `Ecto.Migration.execute/2`
122
122
123
123
### Bug fixes
@@ -216,7 +216,7 @@ v3.1 requires Elixir v1.5+.
216
216
*[sandbox] Respect `:ownership_timeout` repo configuration on SQL Sandbox
217
217
*[migrations] Commit and relock after every migration to avoid leaving the DB in an inconsistent state under certain failures
218
218
219
-
### Backwards incompatible changess
219
+
### Backwards incompatible changes
220
220
221
221
*[migrations] If you are creating indexes concurrently, you need to disable the migration lock: `config :app, App.Repo, migration_lock: nil`. This will migrations behave the same way as they did in Ecto 2.0.
0 commit comments