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/docs/index.html b/docs/index.html index d2db6ddd55..fede086fe3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,6 +165,12 @@

News

  • 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: + +

  • 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) ---