Skip to content

Fix 13541 description #1511

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

Merged

Conversation

NotTheDr01ds
Copy link
Contributor

Slight correction on my PR 13541 - Integers passed to into datetime without a format string have always been interpreted as nanoseconds. With this change, they are able to be interpreted based on the format string as well.

Copy link
Member

@sholderbach sholderbach left a comment

Choose a reason for hiding this comment

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

If you have a small code example feel free to add it.

@sholderbach sholderbach merged commit a9d4e90 into nushell:release-notes-0.97.0 Aug 19, 2024
2 checks passed
devyn added a commit that referenced this pull request Aug 21, 2024
* Release notes for `0.97.0`

Please add your new features and breaking changes to the release notes
by opening PRs against the `release-notes-0.97.0` branch.

## TODO
- [ ] look at interesting contributions
- [ ] write all the sections
- [ ] order the sections by interest
- [ ] add the breaking changes
- [ ] detail the breaking changes
- [ ] add the full changelog
- [ ] complete all the `TODO`s inside the release note
- [ ] ... (PRs that need to land before the release, e.g. [deprecations](https://github.com/nushell/nushell/labels/deprecation) or [removals](https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation))

* Start release notes (#1510)

* Fix 13541 description (#1511)

* Fix 13541 description

* Added example for into-datetime change

* finish off the release notes

* fix escaping

* going to be releasing 0.97.1, not 0.97.0

* oops. overly aggressive search/replace

* add patch from yash

---------

Co-authored-by: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com>
Co-authored-by: Devyn Cairns <devyn.cairns@gmail.com>
@NotTheDr01ds NotTheDr01ds deleted the fix-13541_description branch October 1, 2024 02:16
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