Help: Update FileAPI codemodel version to 2.2, add release notes

This fixes the documentation which should have been fixed in 7d6861f3.
This commit is contained in:
Kyle Edwards
2020-06-30 13:19:45 -04:00
parent 849178c9d0
commit b67eb65688
2 changed files with 10 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ Version 1 does not exist to avoid confusion with that from
{
"kind": "codemodel",
"version": { "major": 2, "minor": 1 },
"version": { "major": 2, "minor": 2 },
"paths": {
"source": "/path/to/top-level-source-dir",
"build": "/path/to/top-level-build-dir"
@@ -887,6 +887,8 @@ with members:
``standard``
String representing the language standard.
This field was added in codemodel version 2.2.
``compileCommandFragments``
Optional member that is present when fragments of the compiler command
line invocation are available. The value is a JSON array of entries

View File

@@ -0,0 +1,7 @@
fileapi-codemodel-2.2
---------------------
* The :manual:`cmake-file-api(7)` "codemodel" version 2 ``version`` field has
been updated to 2.2.
* The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object gained
a new ``languageStandard`` field in the ``compileGroups`` objects.