Skip to content

Commit a02a3c4

Browse files
bactarmintaenzertng
authored andcommitted
Remove mentions that SPDX 3 is not released yet
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 11db2cf commit a02a3c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ Starting a Changelog.
143143
* Added `pyspdxtools_convertor` and `pyspdxtools_parser` CLI scripts. See [the readme](README.md) for usage instructions.
144144
* Updated the tools to support SPDX versions up to 2.3 and to conform with the specification. Apart from many bugfixes
145145
and new properties, some of the more significant changes include:
146-
* Support for multiple packages per document
147-
* Support for multiple checksums for packages and files
148-
* Support for files outside a package
146+
* Support for multiple packages per document
147+
* Support for multiple checksums for packages and files
148+
* Support for files outside a package
149149
* **Note**: Validation was updated to follow the 2.3 specification. Since there is currently no support for
150150
version-specific handling, some details may be handled incorrectly for documents using lower
151151
versions. The changes are mostly restricted to properties becoming optional and new property values becoming

DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Beneath the top-level package `spdx_tools` you will find three sub-packages:
66

77
- `spdx`, which contains the code to create, parse, write and validate SPDX documents of versions 2.2 and 2.3
8-
- `spdx3`, which will contain the same feature set for versions 3.x once they are released
8+
- `spdx3`, which will contain the same feature set for versions 3.x
99
- `common`, which contains code that is shared between the different versions, such as type-checking and `spdx_licensing`.
1010

1111
## `spdx`
@@ -117,7 +117,7 @@ That is, if an empty list is returned, the document is valid.
117117

118118
## `spdx3`
119119

120-
Due to the SPDX-3 model still being in development, this package is still a work in progress.
120+
This package is still a work in progress.
121121
However, as the basic building blocks of parsing, writing, creation and validation are still important in the new version,
122122
the `spdx3` package is planned to be structured similarly to the `spdx` package.
123123

0 commit comments

Comments
 (0)