-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2377be
commit 5bba757
Showing
3 changed files
with
38 additions
and
6 deletions.
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
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 |
---|---|---|
@@ -1,3 +1,36 @@ | ||
Version 3.0.8 | ||
|
||
2019-10-07 YiFei Zhu <[email protected]> | ||
|
||
* Nothing changed, just releasing 3.0.8 | ||
|
||
2019-10-03 YiFei Zhu <[email protected]> | ||
|
||
* RefPat.py: Add missing comma in string list [Ehsan Kia] | ||
|
||
2019-10-02 YiFei Zhu <[email protected]> | ||
|
||
* Don't cache Interface attributes because of invalidation is too painful, | ||
and it barely makes a difference. | ||
|
||
2019-09-26 YiFei Zhu <[email protected]> | ||
|
||
* Unreachable code cleanup | ||
* Use a temporary root object for traversal in initialization, to reduce | ||
its performance penalty | ||
|
||
2019-09-25 YiFei Zhu <[email protected]> | ||
|
||
* Fix get_partition memoization | ||
* Create FastPartition for reusing the already-computed partition | ||
information after selecting from a single partition. | ||
* Fix segfault in Horizon deallocation | ||
|
||
2019-09-22 YiFei Zhu <[email protected]> | ||
|
||
* Unreachable code cleanup | ||
* Python 3 fixes RE.py and RE_Rect.py | ||
|
||
Version 3.0.7 | ||
|
||
2019-09-21 YiFei Zhu <[email protected]> | ||
|
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