Skip to content

Commit 07b5c87

Browse files
authored
Add missing entry to CHANGELOG
1 parent 9401bc3 commit 07b5c87

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
3535

3636
## Fixed
3737

38-
- Improved performance of sorted queries, especially generalized sorting, which
38+
- Improved performance of sorted queries, especially generalized sorting, which
3939
does not rely on indexes
40-
- Documentation updates for methods added in release 5.4.0 and 5.4.1
40+
- Documentation updates for methods added in release 5.4.0 and 5.4.1
41+
- Cloud only: fixed problem where OKE Workload authentication would time
42+
out before refreshing
4143

4244
## Changed
4345

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def open_relative(*path):
4646
version=str(version),
4747
description='Oracle NoSQL Database Python SDK',
4848
long_description=str(readme),
49-
long_description_content_type='text/x-rst',
49+
long_description_content_type='text/markdown',
5050

5151
author='Oracle',
5252
author_email='george.feinberg@oracle.com',

0 commit comments

Comments
 (0)