Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose DateTime type from chrono #2

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

hongquan
Copy link
Contributor

Some methods on NaiveDateTime are deprecated and replaced with DateTime. So we need to expose DateTime to let library user use it.

Some methods on NaiveDateTime are deprecated and replaced with DateTime.
Copy link
Owner

@eldruin eldruin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me, thank you!
Could you add an entry to the changelog about this?

@hongquan
Copy link
Contributor Author

Hi, I added changelog entry.

Copy link
Owner

@eldruin eldruin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Owner

@eldruin eldruin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@eldruin eldruin merged commit 1ff7381 into eldruin:master Mar 25, 2024
20 checks passed
@eldruin
Copy link
Owner

eldruin commented Mar 25, 2024

For the record, I have released this in version 0.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants