Skip to content

Commit

Permalink
updating history
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfunley committed Jul 20, 2024
1 parent 4f4740d commit e75acdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## HEAD
* Multi-row inserts are always passed as a single list argument, e.g. `module.create([ { 'x': 1 }, { 'x': 2 }])`. Previously this was inconsisent when running inside or outside a transaction. See [#73](https://github.com/mcfunley/pugsql/issues/73) for discussion. Thanks to [Guillaume Pelletier](https://github.com/epgui)!

## 0.3.0
* Upgraded sqlalchemy version to >2.0.
* Dropped support for Python before 3.8.1.
Expand Down

0 comments on commit e75acdf

Please sign in to comment.