diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c16849..993e9083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v0.8.3 - September 10th, 2019: +- PaperTrail.delete now accepts Ecto.Changeset + ### v0.8.2 - June 29th, 2019: - Rare PaperTrail.RepoClient.repo compile time errors fixed. diff --git a/README.md b/README.md index 5ddc1bc6..12f2c618 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ Many thanks to: - [Teo Choong Ping](https://github.com/seymores) - Fixed paper_trail references for newer Elixir versions - [devvit](https://github.com/devvit) - Added non-regular primary key tracking support - [rustamtolipov](https://github.com/rustamtolipov) - Added support for Ecto v3 +- [gabrielpra1](https://github.com/gabrielpra1) - Added enhanced support for Ecto.Changeset - [Izel Nakri](https://github.com/izelnakri) - The Originator of this library. See what I did there ;) Additional thanks to: diff --git a/config/test.exs b/config/test.exs index 19b4b1ac..9f2ba285 100644 --- a/config/test.exs +++ b/config/test.exs @@ -8,6 +8,7 @@ config :paper_trail, PaperTrail.Repo, adapter: Ecto.Adapters.Postgres, username: System.get_env("POSTGRES_USER"), password: System.get_env("POSTGRES_PASSWORD"), + socket_dir: "/tmp", database: "paper_trail_test", hostname: System.get_env("POSTGRES_HOST"), poolsize: 10 @@ -16,6 +17,7 @@ config :paper_trail, PaperTrail.UUIDRepo, adapter: Ecto.Adapters.Postgres, username: System.get_env("POSTGRES_USER"), password: System.get_env("POSTGRES_PASSWORD"), + socket_dir: "/tmp", database: "paper_trail_uuid_test", hostname: System.get_env("POSTGRES_HOST"), poolsize: 10 diff --git a/doc/404.html b/doc/404.html index e488e47f..b43e58c5 100644 --- a/doc/404.html +++ b/doc/404.html @@ -5,8 +5,8 @@ - - 404 — paper_trail v0.8.2 + + 404 — paper_trail v0.8.3 @@ -44,7 +44,7 @@ paper_trail diff --git a/doc/Mix.Tasks.Papertrail.Install.html b/doc/Mix.Tasks.Papertrail.Install.html index 3eb052de..b998d9a1 100644 --- a/doc/Mix.Tasks.Papertrail.Install.html +++ b/doc/Mix.Tasks.Papertrail.Install.html @@ -5,8 +5,8 @@ - - mix papertrail.install — paper_trail v0.8.2 + + mix papertrail.install — paper_trail v0.8.3 @@ -44,7 +44,7 @@ paper_trail @@ -66,7 +66,7 @@