Skip to content

Commit 3a8d5c6

Browse files
committed
Add a News.md section
A news page hanging off of the readme page is added for the latest and future news about changes.
1 parent 91d6b1f commit 3a8d5c6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Docs/News.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# News
2+
3+
May 11, 2025
4+
5+
The stringValue() and stringValueForKey() functions now use allocated strings, so the requestedLength argument is no longer necessary. Existing code can continue to use the older versions, but those versions are deprecated and undocumented.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ values.
3737

3838
The library also contains classes for testing (FTAssertions, TestSuiteManagerClass) and for reporting errors through the FTException class.
3939

40+
## News
41+
42+
New about changes can be found [here](Docs/News.md).
43+
4044
## Documentation
4145

4246
Documentation can be found in the [user's guide](Docs/UsersGuide.md).

0 commit comments

Comments
 (0)