Skip to content

Commit

Permalink
Rollback CHANGELOG to place in another PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Apr 5, 2023
1 parent deedd13 commit ec98791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

- Support for SQLAlchemy 2.0+
- Added internal support for the new psycopg dialect.

## 0.7.0 (Dec 18th, 2022)

### Fixed
Expand Down Expand Up @@ -128,4 +123,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Fix type hinting for sqlite backend (#227)
* Fix SQLAlchemy DDL statements (#226)
* Make fetch_val call fetch_one for type conversion (#246)
* Unquote username and password in DatabaseURL (#248)
* Unquote username and password in DatabaseURL (#248)
1 change: 0 additions & 1 deletion tests/test_connection_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pytest

from databases.backends.aiopg import AiopgBackend
from databases.backends.mysql import MySQLBackend
from databases.backends.postgres import PostgresBackend
from databases.core import DatabaseURL
from tests.test_databases import DATABASE_URLS, async_adapter
Expand Down

0 comments on commit ec98791

Please sign in to comment.