Skip to content

Commit

Permalink
doc(nodejs): update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bxb100 committed Jun 24, 2024
1 parent 363ba6d commit 133122b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bindings/nodejs/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Unreleased

## Breaking change

### Public API

Now, the `append` operation has been removed. You can use below code instead.

```js
op.write("path/to/file", Buffer.from("hello world"), { append: true });
```

# Upgrade to v0.44

## Breaking change
Expand Down

0 comments on commit 133122b

Please sign in to comment.