Skip to content

Commit

Permalink
update notes for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Feb 4, 2022
1 parent 262dde7 commit 9ccd01f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.2.1 2022-02-04
### Fixed
- Writing of Float64 datasets was broken, and is now working
- Guessed shape of simple string values is fixed so that this will work:
```js
f.create_attribute("my_attr", "a string value");
```

## v0.2.0 2022-01-25
### Added
- Typescript definitions (src/hdf5_hl.d.ts)
Expand Down

0 comments on commit 9ccd01f

Please sign in to comment.