Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rakarmp authored Jan 24, 2024
1 parent b691975 commit 2a977a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.5
- Change Sheduler I/O To cfq
- Sdcard Tweaks (read_ahead_kd)
- Optimize Other Code

## v1.4
- Removes the [ ! -w "$path" ] || [ -w "$path" ] condition as it is not needed.
- Combines the conditions [ ! -w "$path" ] and chmod +w "$path" into one elif block.
Expand Down

0 comments on commit 2a977a5

Please sign in to comment.