Skip to content

Commit a580a62

Browse files
authored
Merge pull request #86 from oracle/changelog-update
Expanding changelog to also cover BackupSummary.
2 parents 4010f41 + 6a6c2f6 commit a580a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2929
- Block Storage service for copying volume backups across regions is not yet enabled
3030

3131
### Breaking change
32-
- The `dbDataSizeInMBs` field in the `com.oracle.bmc.database.model.Backup` class was renamed to `databaseSizeInGBs`, and its type was changed from `Integer` to `Double`
32+
- The `dbDataSizeInMBs` field in the `com.oracle.bmc.database.model.Backup` and `com.oracle.bmc.database.model.BackupSummary` classes was renamed to `databaseSizeInGBs`, and its type was changed from `Integer` to `Double`
3333
- Before
3434
```java
3535
private Integer dbDataSizeInMBs;
@@ -38,7 +38,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
3838
```java
3939
private Double databaseSizeInGBs;
4040
```
41-
- The data type of `databaseEdition` in the `com.oracle.bmc.database.model.Backup` class was changed from `String` to `com.oracle.bmc.database.model.Backup.DatabaseEdition`
41+
- The data type of `databaseEdition` in the `com.oracle.bmc.database.model.Backup` and `com.oracle.bmc.database.model.Backup` classes was changed from `String` to `com.oracle.bmc.database.model.Backup.DatabaseEdition`
4242
- Before
4343
```java
4444
private String databaseEdition;

0 commit comments

Comments
 (0)