File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ The library source code is minimal and well tested. It is suggested to read the
104
104
105
105
``` elixir
106
106
def deps do
107
- [{:paper_trail , " ~> 0.8.7 " }]
107
+ [{:paper_trail , " ~> 0.9.0 " }]
108
108
end
109
109
```
110
110
@@ -475,6 +475,8 @@ Many thanks to:
475
475
- [ rustamtolipov] ( https://github.com/rustamtolipov ) - Added support for Ecto v3
476
476
- [ gabrielpra1] ( https://github.com/gabrielpra1 ) - Added enhanced support for Ecto.Changeset
477
477
- [ Darren Thompson] ( https://github.com/DiscoStarslayer ) - Added PaperTrail.Multi which makes paper trail transactions more usable
478
+ - [ Harold Tafur] ( https://github.com/hdtafur ) - Made PaperTrail.insert accept : ecto_options params(ie. upsert options)
479
+ - [ Attila Szabo] ( https://github.com/szaboat ) - Made %Version[ : inserted_at ] accept different ecto datetime options
478
480
- [ Izel Nakri] ( https://github.com/izelnakri ) - The Originator of this library. See what I did there ;)
479
481
480
482
Additional thanks to:
You can’t perform that action at this time.
0 commit comments