Skip to content

Commit

Permalink
Merge pull request #6171 from stuartarchibald/wip/change_log_0511
Browse files Browse the repository at this point in the history
Update CHANGE_LOG for 0.51.1
  • Loading branch information
sklam committed Aug 26, 2020
1 parent 4f248d3 commit c5f8505
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGE_LOG
@@ -1,3 +1,23 @@
Version 0.51.1 (August 26, 2020)
--------------------------------

This is a bugfix release for 0.51.0, it fixes a critical bug in caching, another
critical bug in the CUDA target initialisation sequence and also fixes some
compile time performance regressions:

* PR #6141: Fix #6130 objmode cache segfault
* PR #6146: Fix compilation slowdown due to controlflow analysis
* PR #6147: CUDA: Don't make a runtime call on import
* PR #6153: Fix for #6151. Make UnicodeCharSeq into str for comparison.
* PR #6168: Fix Issue #6167: Failure in test_cuda_submodules

Authors:

* Graham Markall
* Siu Kwan Lam (core dev)
* Stuart Archibald (core dev)


Version 0.51.0 (August 12, 2020)
--------------------------------

Expand Down

0 comments on commit c5f8505

Please sign in to comment.