Skip to content

Commit

Permalink
Add missing N&N about platform support and root certs on Windows (#244)
Browse files Browse the repository at this point in the history
Fixes #227
  • Loading branch information
jonahgraham authored Dec 1, 2024
1 parent 3bda445 commit be56417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The [Eclipse IDE New & Noteworthy](https://eclipseide.org/release/noteworthy/) p
## 2024-12

- [TextMate 4 Eclipse (TM4E)](https://projects.eclipse.org/projects/technology.tm4e) is now included with all packages. The TM4E project uses the Generic Code Editor in Eclipse to support syntax highlighting for a large number of languages.
- The Eclipse Packaging Project contains 2 new OS / CPU Architecture pairs. Windows on ARM and Linux on RISC-V are now built for all packages for each release.
- The Windows operating system trust store is now used by default instead of the cacerts bundled with the JVM. This is controlled by the new command line options `-Djavax.net.ssl.trustStoreType=Windows-ROOT` and `-Djavax.net.ssl.trustStore=NONE` in the eclipse.ini file.

## 2024-06

Expand Down

0 comments on commit be56417

Please sign in to comment.