Skip to content

Commit

Permalink
📝 update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jan 6, 2025
1 parent eeac93f commit 130cc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 5.9.0
## 5.9.0 (Unreleased)

- Add `isSameOrBeforeDate` and `isSameOrAfterDate` extensions for `DateTime`.
- [BREAKING] `Iterable.except` now takes items as params directly (max 6) instead of a list. Replace it with
`Iterable.exceptAll` to take a list.
- Add `take` and `takeLast` extensions for `String`.
- Add `take`, `takeLast` and `lastIndex` extensions for `String`.
- Add `buildString` and `randomString` helper methods.
- Add `space` and `newline` extensions for `StringBuffer`.
- Add `file` and `subdir` extensions for `Directory`.
Expand Down

0 comments on commit 130cc67

Please sign in to comment.