Skip to content

Commit

Permalink
changelog: add #925, update
Browse files Browse the repository at this point in the history
This was omitted in 0.16.0's changelog.
  • Loading branch information
juped authored and brentstone committed Jun 1, 2023
1 parent 94feb40 commit 1adbf9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.16.0/improvements/925-shared-sdk-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Provide Namada SDK (in particular, the `namada`
crate may now be usefully linked into user
applications). ([#925](https://github.com/anoma/namada/pull/925))
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Unreleased

### DOCS

- Adds specs for gas and fee ([#889](https://github.com/anoma/namada/pull/889))

## v0.16.0

Namada 0.16.0 is a regular release focused on providing the Namada SDK
Expand All @@ -12,6 +18,9 @@ to developers.

### IMPROVEMENTS

- Provide Namada SDK (in particular, the `namada`
crate may now be usefully linked into user
applications). ([#925](https://github.com/anoma/namada/pull/925))
- Bump RocksDB crate to 0.21.0 to address compilation errors on certain C++
toolchains. ([#1366](https://github.com/anoma/namada/pull/1366))

Expand Down

0 comments on commit 1adbf9f

Please sign in to comment.