Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Sep 17, 2018
1 parent 4fef422 commit 74ac176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

As this project is pre 1.0, breaking changes may happen for minor version bumps. A breaking change will get clearly notified in this log.

## 0.9.0

* Update `js-xdr` to support unmarshaling non-utf8 strings.
* String fields returned by `Operation.fromXDRObject()` are of type `Buffer` now (except `SetOptions.home_domain` and `ManageData.name` - both required to be ASCII by stellar-core).

## 0.8.3

* Update `xdr` files to V10.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "0.8.3",
"version": "0.9.0",
"description": "Low level stellar support library",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 74ac176

Please sign in to comment.