Skip to content

Commit

Permalink
Tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
genzgd committed Dec 15, 2023
1 parent d2f3653 commit 4c217d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# ClickHouse Connect ChangeLog

### Improvements
- Avoid concatenation of empty dataframes during `query_df` due to Pandas future warning.

### WARNING -- Python 3.7 EOL
Official support for Python 3.7 ended on June 27, 2023. As of the 0.6.5 release, clickhouse-connect will not test against
Python 3.7, and in releases after January 1, 2024, all support for Python 3.7 will end, including 3.7 binary wheels.
Expand All @@ -22,6 +19,10 @@ or a standard SqlAlchemy DSN in the form of `clickhousedb://{username}:{password
- Add missing Nothing SQLAlchemy datatype, which fixes some edge case Superset queries.
Thanks to [elchyn-cheliabiyeu](https://github.com/elchyn-cheliabiyeu) for the PR!

### Improvement
- Avoid concatenation of empty dataframes during `query_df` due to Pandas future warning. Thanks to [Dylan Modesitt](https://github.com/DylanModesitt)
for the PR!

## 0.6.22, 2023-12-01
### Improvements
- Fix typo in log message for bad inserts. Thanks to [Stas](https://github.com/reijnnn) for the fix.
Expand Down

0 comments on commit 4c217d1

Please sign in to comment.