mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Merge pull request #12987 from github/post-release-prep/codeql-cli-2.13.1
Post-release preparation for codeql-cli-2.13.1
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Improved the call graph to better handle the case where a function is stored on
|
||||
a plain object and subsequently copied to a new host object via an `extend` call.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting
|
||||
code containing recursive generic type aliases.
|
||||
11
javascript/ql/src/change-notes/released/0.6.1.md
Normal file
11
javascript/ql/src/change-notes/released/0.6.1.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 0.6.1
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Improved the call graph to better handle the case where a function is stored on
|
||||
a plain object and subsequently copied to a new host object via an `extend` call.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting
|
||||
code containing recursive generic type aliases.
|
||||
Reference in New Issue
Block a user