Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by GitHub action #369

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ <h3 id="news">News</h3>
<li>JNetReflector: improvements in many areas from generation of .NET interfaces to generics and where clauses, full story in <a href="https://github.com/masesgroup/JNet/issues/178">https://github.com/masesgroup/JNet/issues/178</a></li>
</ul>
</li>
<li>V2.3.0+: the most notable changes in this version are in:
<ul>
<li>JNet: review of classes based on latest updates of JNetReflector</li>
<li>JNetReflector: use <code>Java.Lang.String</code>, by default, instead of <code>string</code> (<code>System.String</code>) (see <a href="https://github.com/masesgroup/JNet/issues/363">https://github.com/masesgroup/JNet/issues/363</a>)</li>
</ul>
</li>
</ul>
<hr>
<h2 id="runtime-engine">Runtime engine</h2>
Expand Down