From faadc91ca9dfefbd73561b7b8c6be517fe5916c1 Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:22:21 +0100 Subject: [PATCH 1/2] Update news section (#368) --- README.md | 5 ++++- src/documentation/index.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f80980c7..f9a416467d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,10 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU * V2.0.0+: the most notable changes in this version are in: * JNet: complete review of all classes based on automatic generation done using JNetReflector * JNetReflector: improvements in many areas from generation of .NET interfaces to generics and where clauses, full story in https://github.com/masesgroup/JNet/issues/178 - +* V2.3.0+: the most notable changes in this version are in: + * JNet: review of classes based on latest updates of JNetReflector + * JNetReflector: use `Java.Lang.String`, by default, instead of `string` (`System.String`) (see https://github.com/masesgroup/JNet/issues/363) + --- ## Runtime engine diff --git a/src/documentation/index.md b/src/documentation/index.md index 71e81dade8..a7f4564ee8 100644 --- a/src/documentation/index.md +++ b/src/documentation/index.md @@ -76,6 +76,9 @@ This project adheres to the Contributor [Covenant code of conduct](CODE_OF_CONDU * V2.0.0+: the most notable changes in this version are in: * JNet: complete review of all classes based on automatic generation done using JNetReflector * JNetReflector: improvements in many areas from generation of .NET interfaces to generics and where clauses, full story in https://github.com/masesgroup/JNet/issues/178 +* V2.3.0+: the most notable changes in this version are in: + * JNet: review of classes based on latest updates of JNetReflector + * JNetReflector: use `Java.Lang.String`, by default, instead of `string` (`System.String`) (see https://github.com/masesgroup/JNet/issues/363) --- From 0b11de62d50898cc65840088619b9c5429636138 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:38:45 +0100 Subject: [PATCH 2/2] Update documentation after commit faadc91 (#369) Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com> --- docs/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.html b/docs/index.html index d2db6ddd55..fede086fe3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,6 +165,12 @@
Java.Lang.String
, by default, instead of string
(System.String
) (see https://github.com/masesgroup/JNet/issues/363)