Skip to content

Commit

Permalink
docs: Updated CHANGELOG for v2.0.1
Browse files Browse the repository at this point in the history
Improve error handling and testing setup:
- Added error raising for date parsing failures, logging errors.
- Updated the test suite to follow rubocop linting suggestions.
- Simplified pre-push githook to run a single `make test` command.
- Included deprecation warning for `to_time` behavior change.
  • Loading branch information
jonrandahl committed Feb 18, 2025
1 parent 5c3180b commit ddc851c
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
Expand Up @@ -4,6 +4,11 @@

## 2.0.1 - 2025-02

- (Jon) Add error raising for date parsing failures by returning the error
to the application as well as logging the error message to the logs
- (Jon) Updates the test suite with rubocop linting recommendations
- (Jon) Updated pre-push githook to call a single `make test` command instead of
triggering both unit tests and system tests separately
- (Jon) Added deprecation warning for `to_time` behaviour change and set
`to_time_preserves_timezone` to `:zone` to preserve system timezone
- (Jon) applied recommended linting corrections from Rubocop
Expand Down

0 comments on commit ddc851c

Please sign in to comment.