We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7708eb commit fb60d01Copy full SHA for fb60d01
CHANGELOG.md
@@ -17,6 +17,20 @@
17
you know what to do).
18
-->
19
20
+## Release 2.12.3 (2023-02-23)
21
+
22
+### New features
23
24
+- The CodeQL compiler now produces better error messages when it is unable
25
+ to find a QL library that the query being evaluated depends on.
26
27
+### Bugs fixed
28
29
+- Fixed a bug where the CLI would refuse to complete database creation
30
+ if the OS reports less than about 1.5 GB of physical memory. Now an
31
+ attempt will be made even on low-memory systems (but it might still
32
+ run out of memory unless there's swap space available).
33
34
## Release 2.12.2 (2023-02-07)
35
36
### Bugs fixed
0 commit comments