-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v3.1.0 * upgrade guide for 3.1.0 --------- Co-authored-by: joswig <[email protected]> Co-authored-by: dandelany <[email protected]>
- Loading branch information
1 parent
b21d528
commit edd1a9f
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 3.0.0 to 3.1.0 | ||
|
||
The **Procedural Scheduling API** has one breaking change in Aerie `v3.1.0`: the functionality of `filterLongerThan` and `filterShorterThan` methods have been **inverted** to be more consistent with other `filter` methods. `filterLongerThan(duration)` will now *include* all events longer than `duration`, not *remove* them. See [aerie-ui#1587](https://github.com/NASA-AMMOS/aerie/pull/1587) for details. If you are using these functions in your code, you should invert them as needed to achieve the same functionality in `v3.1.0`. | ||
|
This file contains 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
This file contains 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