Skip to content

Commit 8ed98d0

Browse files
authored
Adopt the Ecto style of changelog. (#8)
1 parent ab875e3 commit 8ed98d0

File tree

1 file changed

+9
-31
lines changed

1 file changed

+9
-31
lines changed

CHANGELOG.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,17 @@
1-
# v1.1.0 (2016-01-24)
2-
* Release for Ecto 1.1+
1+
# Changelog for v2.0
32

4-
# v1.0.2 (2015-09-19)
5-
* Documents why `unique_constraint/3` and `foreign_key_constraint/3` cannot be supported by SQLite
3+
## Highlights
64

7-
# v1.0.1 (2015-08-30)
8-
* `Sqlite.Ecto.storage_up/1` creates directory if not exists
5+
* Update to Sqlitex 1.0 and Elixir 1.2+
96

10-
# v1.0.0 (2015-08-25)
11-
* Release for Ecto 1.0+
12-
* Supports fragment sources in join statements
7+
## v2.0.0-dev
138

14-
# v0.6.0 (2015-08-15)
15-
* Release for Ecto 0.16.0+
9+
### Enhancements
1610

17-
# v0.5.0 (2015-08-06)
18-
* Release for Ecto 0.15.0+
19-
* Supports `create_if_not_exists` and `drop_if_exists`
11+
### Bug fixes
2012

21-
# v0.4.1 (2015-07-21)
22-
* Adds support for interval based operations with `date_add` and `datetime_add`
13+
### Deprecations
2314

24-
# v0.4.0 (2015-07-19)
25-
* Release for Ecto 0.14.0+
2615

27-
# v0.3.0 (2015-06-30)
28-
* Release for Ecto 0.13.1+
29-
30-
# v0.2.0 (2015-06-25)
31-
* Release for Ecto 0.12.1+
32-
* Adds support for Decimals
33-
34-
# v0.1.0 (2015-05-30)
35-
* First stable release (*beta*)
36-
* Integration tests
37-
38-
# v0.0.2 (2015-05-21)
39-
* First release (*alpha*)
16+
## Previous versions
17+
* See the CHANGELOG.md [for the v1.x series](https://github.com/jazzyb/sqlite_ecto/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)