Skip to content

Commit 1d60599

Browse files
authored
Update ChangeLog.md
1 parent 1dd9eb7 commit 1d60599

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Docs/ChangeLog.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ clocked at 4.2 GHz, running astcenc using 6 threads.
99
<!-- ---------------------------------------------------------------------- -->
1010
## 2.5
1111

12-
**Status:** In development, due late March 2021
12+
**Status:** Released, March 2021
1313

14-
The 2.5 release is planned to be the last major release in the 2.x series.
15-
After this release a `2.x` branch will be created to provide stable long-term
16-
support, and the `main` branch will switch to focusing on more radical changes
17-
for the 3.x series.
14+
The 2.5 release is the last major release in the 2.x series. After this release
15+
a `2.x` branch will provide stable long-term support, and the `main` branch
16+
will switch to focusing on more radical changes for the 3.x series.
1817

1918
Reminder for users of the library interface - the API is not designed to be
2019
stable across versions, and this release is not compatible with earlier 2.x
@@ -42,14 +41,14 @@ releases. Please update and rebuild your client-side code using the updated
4241
* **API Change:** The decompression functionality in the core API has been
4342
changed to allow use of multiple threads. The design pattern matches the
4443
compression functionality, requiring the caller to create the threads,
45-
synchronize them between images, and call the new
46-
* **API Feature:** Defines to support exporting public API entry point
44+
synchronize them between images, and to call the new
45+
`astcenc_decompress_reset()` function between images.
46+
* **API Feature:** Defines to support exporting public API entry point
4747
symbols from a shared object are provided, but not exposed off-the-shelf by
4848
the CMake provided by the project.
49-
`astcenc_decompress_reset()` function between images.
5049
* **API Feature:** New `astcenc_get_block_info()` function added to the core
5150
API to allow users to perform high level analysis of compressed data. This
52-
API is not implemented in decompressor-only builds.
51+
API is not implemented in decompressor-only builds.
5352
* **API Feature:** Codec configuration structure has been extended to expose
5453
the new RGBM compression mode. See the API header for details.
5554

0 commit comments

Comments
 (0)