Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Sep 11, 2024
1 parent 90c249f commit 2ab5424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Version [3.5.0](https://github.com/cedx/which.hx/compare/v3.4.0...v3.5.0)
- Optimized the `Process.gid` and `Process.uid` properties on the `java` compilation target.

## Version [3.4.0](https://github.com/cedx/which.hx/compare/v3.3.0...v3.4.0)
- Optimized the `Process.getProcessId()` method on `js` and `php` compilation targets.
- Optimized the `Process.gid` and `Process.uid` properties on the `js` and `php` compilation targets.

## Version [3.3.0](https://github.com/cedx/which.hx/compare/v3.2.0...v3.3.0)
- Updated the package dependencies.
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Find the instances of an executable in the system path. Like the `which` Linux command.",
"license": "MIT",
"name": "which",
"releasenote": "Optimized the `Process.getProcessId()` method on `js` and `php` compilation targets.",
"releasenote": "Optimized the `Process.gid` and `Process.uid` properties on the `java` compilation target.",
"tags": ["cross", "find", "path", "system", "tink", "utility", "which"],
"url": "https://github.com/cedx/which.hx",
"version": "3.5.0"
Expand Down

0 comments on commit 2ab5424

Please sign in to comment.