Skip to content

Commit 01257aa

Browse files
committed
Update release notes
1 parent d88f2bc commit 01257aa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CodeJam.Main/Readme.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
What's new in 4.0.0-beta1
55
-------------------------
6-
* Add C# 8+ nullability markup
7-
* Remove JB's NotNull/CanBeNull markup
8-
* Remove deprecated targets
6+
* Add C# nullability markup.
7+
* Remove JetBrains nullability markup: NotNull/CanBeNull/ItemNotNull.
8+
* Remove deprecated targets. Supporting: .NET 3.5+, .NET Standard 2.0+, .NET Core 3.1+.
9+
* Fixed Range string representation bug.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@ CodeJam.PerfTests is performance testing framework for .Net projects.
3838
It allows to compare multiple implementations by execution time (*~memory limits coming soon~*), to annotate test methods
3939
with timing limits and to check the limits each time the test is run.
4040

41-
### .NET Standard 1.6, 1.5 support
41+
### .NET Standard 1.6, 1.5 support (supported dropped in 4.0)
4242

4343
Almost all features are supported. Functionality not supported:
4444

4545
* XmlAttributeReader
4646

47-
### .NET Core 1.1, 1.0 support
47+
### .NET Core 1.1, 1.0 support (supported dropped in 4.0)
4848

4949
Almost all features are supported. Functionality not supported:
5050

5151
* XmlAttributeReader
5252

53-
### .NET Framework 2.0 support
53+
### .NET Framework 2.0 support (supported dropped in 4.0)
5454

5555
.NET Framework 2.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
5656

5757
* LINQ to XML extensions - .NET 2.0 doesn't have LINQ XML related classes
5858

59-
### .NET Framework 3.0 support
59+
### .NET Framework 3.0 support (supported dropped in 4.0)
6060

6161
.NET Framework 3.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
6262

0 commit comments

Comments
 (0)