Skip to content

Commit

Permalink
Add release notes, update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Jun 16, 2022
1 parent f72e1e5 commit ab6af8d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/content/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 5.20.0
**New Features**

* Added additional attributes to profile "extension" for C3 instruments.

**Other**

* Switched to a new remote API for C3 profile "extension" data.

## 5.19.1
**Bug Fixes**

Expand Down
7 changes: 7 additions & 0 deletions docs/content/releases/5.20.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**New Features**

* Added additional attributes to profile "extension" for C3 instruments.

**Other**

* Switched to a new remote API for C3 profile "extension" data.
2 changes: 1 addition & 1 deletion docs/content/sdk/lib-marketstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
* * *

### profile.formatPrice(price) :id=profileformatprice
> Given a price, returns a the human-readable string representation.
> Given a price, returns the human-readable representation.
**Kind**: instance method of [<code>Profile</code>](#Profile)
**Returns**: <code>string</code>
Expand Down

0 comments on commit ab6af8d

Please sign in to comment.