Skip to content

Commit 92164a4

Browse files
committed
fix the comment
1 parent 1d543f8 commit 92164a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/release_notes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Release Notes
66
-----
77
Release date: January 18, 2023
88

9-
* Added support for the `MVS (Model Version Set) <./ads.model_version_set.index>`__ feature.
10-
* Added --job-info option to ads opctl run CLI to save job run information to a YAML file.
11-
* Added `AuthContext <./ads.common.html#ads.common.auth.OCIAuthContext>`__ class with support for api key configuration, resource principal, and instance principal authentication, as well as predefined signers, callable signers, or api keys configurations from specified locations.
12-
* Fixed a bug in to_sql(). The string length for the column created in Oracle Database table was counting characters, not bytes.
13-
* Fixed a bug where any exception that occurred in a notebook cell would print “ADS Exception even if ADS code was not responsible for the error.
9+
* Added support for the :doc:`model version set <./user_guide/model_version_set/index.html>` feature.
10+
* Added ``--job-info`` option to ``ads opctl run`` CLI to save job run information to a YAML file.
11+
* Added the `AuthContext <./ads.common.html#ads.common.auth.OCIAuthContext>`__ class. It supports API key configuration, resource principal, and instance principal authentication. In addition, predefined signers, callable signers, or API keys configurations from specified locations.
12+
* Fixed a bug in ``to_sql()``. The string length for the column created in Oracle Database table was counting characters, not bytes.
13+
* Fixed a bug where any exception that occurred in a notebook cell printed "ADS Exception" even if the ADS code was not responsible for the error.
1414

1515
2.7.2
1616
-----

0 commit comments

Comments
 (0)