Skip to content

Commit

Permalink
Fix indentation in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 30, 2022
1 parent 97cfe05 commit 481a2ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/contents/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Version 5.2.3 (2022-01-30)
--------------------------
- This version officially supports the new Python 3.10 and PostgreSQL 14.
- Some improvements and fixes in the `inserttable()` method of the `pg` module:
- Sync with `PQendcopy()` when there was an error (#60)
- Allow specifying a schema in the table name (#61)
- Improved check for internal result (#62)
- Catch buffer overflows when building the copy command
- Data can now be passed as an iterable, not just list or tuple (#66)
- Sync with `PQendcopy()` when there was an error (#60)
- Allow specifying a schema in the table name (#61)
- Improved check for internal result (#62)
- Catch buffer overflows when building the copy command
- Data can now be passed as an iterable, not just list or tuple (#66)
- Some more fixes in the `pg` module:
- Fix upsert with limited number of columns (#58).
- Fix argument handling of `is/set_non_blocking()`.
- Add missing `get/set_typecasts` in list of exports.
- Fix upsert with limited number of columns (#58).
- Fix argument handling of `is/set_non_blocking()`.
- Add missing `get/set_typecasts` in list of exports.
- Fixed a reference counting issue when casting JSON columns (#57).

Version 5.2.2 (2020-12-09)
Expand Down

0 comments on commit 481a2ca

Please sign in to comment.