Skip to content

Commit 1abfafe

Browse files
committed
Update changelog
1 parent d921f8d commit 1abfafe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog][keepachangelog], and this project
66
adheres to [Semantic Versioning][semver].
77

88
## [Unreleased]
9+
### Changed
10+
- Raise more meaningful error when an expression fails to match. Backported from [ecto_sql#362](https://github.com/elixir-ecto/ecto_sql/commit/93038c2cac16706b642121a5839d1068d5b45212).
11+
912

1013
## [0.7.2] - 2021-09-29
1114
### Added
@@ -75,7 +78,8 @@ adheres to [Semantic Versioning][semver].
7578

7679
[keepachangelog]: <https://keepachangelog.com/en/1.0.0/>
7780
[semver]: <https://semver.org/spec/v2.0.0.html>
78-
[Unreleased]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.0...HEAD
81+
[Unreleased]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.2...HEAD
82+
[0.7.2]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.1...v0.7.2
7983
[0.7.1]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.0...v0.7.1
8084
[0.7.0]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.6.1...v0.7.0
8185
[0.6.1]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.6.0...v0.6.1

0 commit comments

Comments
 (0)