Skip to content

Commit

Permalink
docs: added a CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed Jul 27, 2023
1 parent 458defd commit b5858e7
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.1 (July 27, 2023)

### Bug Fixes

- #### fix: gc error caused by calls of the `GLib.Bytes.unref_to_array` ([#5](https://github.com/ncpa0/fs-gjs/pull/5))

It was discovered that calls of the `GLib.Bytes.unref_to_array` were leaving the underlying `Bytes` object in a state that was causing GC to fail when trying to free up the memory taken by it. All the instances where this function was used have been updated to use the `GLib.Bytes.toArray` function instead, which should fix this issue.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@
"git-hook-tasks": "ncpa0cpl/git-hook-tasks",
"gjs-esm-types": "~0.0.4",
"husky": "~8.0.3",
"pr-changelog-gen": "^1.1.3",
"prettier": "~3.0.0",
"prettier-plugin-jsdoc": "~1.0.1",
"typescript": "~5.1.6"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit b5858e7

Please sign in to comment.