-
Notifications
You must be signed in to change notification settings - Fork 44
List changes #3780
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
base: master
Are you sure you want to change the base?
List changes #3780
Conversation
|
How about naming the directory so that one can actually see that separation of major and minor version? Like |
Good idea. |
| @@ -0,0 +1,8 @@ | |||
| This list the semantic changes in the various versions. | |||
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.
Wording:
| This list the semantic changes in the various versions. | |
| This directory contains descriptions of semantic changes introduced in the various versions. |
|
|
||
|
|
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.
Redundant:
|
|
||
|
|
||
| The are separate files for each release to make it easy to maintain during development, but may later be merged. | ||
|
|
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.
Redundant:
|
|
||
|
|
||
|
|
||
| The are separate files for each release to make it easy to maintain during development, but may later be merged. |
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.
Typo and clarification:
| The are separate files for each release to make it easy to maintain during development, but may later be merged. | |
| There are separate files for each release to make it easy to maintain during development, but the files may later be merged. |
| @@ -0,0 +1,8 @@ | |||
| This list the semantic changes in the various versions. | |||
|
|
|||
| Clarifications, examples, reformulations, and changes in layout or other external resources will not be included in this list. | |||
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.
I thought the plan was to only describe backwards incompatible changes, that is, to not add descriptions of backwards compatible new features?
|
|
||
| # Main change | ||
|
|
||
| Variability of functions with GenerateEvents. |
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.
Formatting:
| Variability of functions with GenerateEvents. | |
| Variability of functions with `GenerateEvents`. |
| @@ -0,0 +1,28 @@ | |||
| Discrete-time variability based on GenerateEvents #3610 | |||
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.
Formatting:
| Discrete-time variability based on GenerateEvents #3610 | |
| # Discrete-time variability based on `GenerateEvents` #3610 |
| @@ -0,0 +1,28 @@ | |||
| Discrete-time variability based on GenerateEvents #3610 | |||
|
|
|||
| # Main change | |||
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.
Push down:
| # Main change | |
| ## Main change |
|
|
||
| Variability of functions with GenerateEvents. | ||
|
|
||
| # Reason |
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.
Same as above:
| # Reason | |
| ## Reason |
|
|
||
| Making it possible to create functions that generate events similarly as the built-in functions, and have rules consistent with them just being inlined. | ||
|
|
||
| # Breaks |
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.
Same as above:
| # Breaks | |
| ## Breaks |
Starting the process of listing semantic changes.