-
Notifications
You must be signed in to change notification settings - Fork 3
Changelog: add a note on BC year change #328
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
Merged
+6
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hartig
reviewed
Dec 12, 2025
Co-authored-by: Olaf Hartig <olaf.hartig@liu.se>
hartig
approved these changes
Dec 12, 2025
kasei
approved these changes
Dec 13, 2025
afs
approved these changes
Dec 14, 2025
afs
requested changes
Dec 14, 2025
spec/index.html
Outdated
| Exclude Unicode surrogates from Unicode escape sequences.</li> | ||
| <li>Remove concepts of plain and simple literals, in favor of explicit mentions of `xsd:string`</li> | ||
| <li>Migrate XML Schema references to 1.1</li> | ||
| <li>Migrate XML Schema references to 1.1. Note that, for the `xsd:dateTime` datatype, this means that year -1BC is now encoded as `0000` and not anymore as `-0001`.</li> |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no "-1 BC". That's a double negative!
Suggested change
| <li>Migrate XML Schema references to 1.1. Note that, for the `xsd:dateTime` datatype, this means that year -1BC is now encoded as `0000` and not anymore as `-0001`.</li> | |
| <li>Migrate XML Schema references to 1.1. | |
| Note that for datatypes involving years, the year 1 BCE is represented by `0000` and not as `-0001`. | |
| See the note about the | |
| <a data-cite="XMLSCHEMA11-2#dateTime-value-space">date/timeSevenPropertyModel</a> | |
| for details. | |
| </li> |
Co-authored-by: Andy Seaborne <andy@apache.org>
Contributor
Author
|
@afs Thank you! Much nicer wording |
rubensworks
approved these changes
Dec 15, 2025
TallTed
reviewed
Dec 17, 2025
Contributor
Author
|
@afs if you approve we can merge this MR (your requested change has been applied) |
afs
approved these changes
Dec 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close #88
Preview | Diff