Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent 3bb88f3 commit a5d0ad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**Language**:

- _Breaking_: Exclude `group`'s `by` columns from the partition. See #3490
- _Breaking_: `lower` and `upper` are now in the `str` module and
need to be called via `str.lower` and `str.upper`. See #3913
- _Breaking_: `lower` and `upper` are now in the `str` module and need to be
called via `str.lower` and `str.upper`. See #3913

**Features**:

Expand All @@ -16,9 +16,9 @@
`cos`, `acos`, `sin`, `asin`, `tan`, `atan` and `pow` (@PrettyWood, #3909)
- Those mathematical functions are in the `math` module (@PrettyWood, #3916)
- Most standard string functions are now supported: `ltrim`, `rtrim`, `trim`,
`length`, `substring`, `replace`.
Utility functions `starts_with`, `contains` and `ends_with` are also available.
All those functions are in the `str` module (@PrettyWood, #3913)
`length`, `substring`, `replace`. Utility functions `starts_with`, `contains`
and `ends_with` are also available. All those functions are in the `str`
module (@PrettyWood, #3913)

**Fixes**:

Expand Down

0 comments on commit a5d0ad2

Please sign in to comment.