Skip to content

Commit

Permalink
ADD : add Migration guide in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed May 28, 2023
1 parent 432f596 commit 983dd6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ and changed the license to LGPL 3 in the hope that many people use it.

* Bump requests from 2.28.2 to 2.31.0

### Migration guide

* past version
```pycon
from notion_database.query import Direction, Timestamp
import notion_database.color as clr
```

* current version (>1.0.0)
```pycon
from notion_database.const.query import Direction, Timestamp
import notion_database.const.color as clr
```



### Deprecate

* Drop support for Python 3.7
Expand Down

0 comments on commit 983dd6c

Please sign in to comment.