Skip to content

Commit

Permalink
Reflect deprecation of SbUiNavGetInterface (#2143)
Browse files Browse the repository at this point in the history
b/299481829
  • Loading branch information
gbournou authored Dec 30, 2023
1 parent 375fbfc commit 477e388
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion starboard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ since the version previous to it.

## Version 16

### Convert SbUiNavGetInterface Starboard API into an extension
The `SbUiNavGetInterface` API is deprecated and replaced with a Starboard
extension named `SbUiNavInterface`.

### Decrecated SbTime APIs and migrated to POSIX time APIs
The time APIs `SbTimeGetNow`, `SbTimeGetMonotonicNow`,
`SbTimeIsTimeThreadNowSupported` and `SbTimeGetMonotonicThreadNow` are
Expand All @@ -29,7 +33,7 @@ standard APIs `malloc`, `realloc`, `calloc`, `posix_memalign`, `free`
from `<stdlib.h>` and `strdup` from `<string.h>` should be used instead.

### Deprecated SbMediaGetBufferAlignment
The `SbMediaGetBufferAlignment`API was deprecated.
The `SbMediaGetBufferAlignment` API was deprecated.

### Removed SbUser from SbStorageOpenRecord and SbStorageDeleteRecord
The `SbStorageOpenRecord` and `SbStorageDeleteRecord` APIs defined in
Expand Down

0 comments on commit 477e388

Please sign in to comment.