Skip to content

Commit 66dfb52

Browse files
authored
Update Changelog.md
1 parent aa9adf1 commit 66dfb52

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

website/versioned_docs/version-2025-06/Changelog.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This is a major release, bringing numerous bug fixes, performance improvements,
1414

1515
* **Core & Execution:**
1616
* Now built on Eclipse 2025-03 and requires JDK21 ([#213](https://github.com/gama-platform/gama/issues/213), [#248](https://github.com/gama-platform/gama/issues/248), [#414](https://github.com/gama-platform/gama/issues/414)).
17-
* Significant performance optimizations in core execution ([#271](https://github.com/gama-platform/gama/issues/271), [#291](https://github.com/gama-platform/gama/issues/291)).
17+
* Significant performance optimizations in core execution ([#271](https://github.com/gama-platform/gama/issues/271), [#291](https://github.com/gama-platform/gama/issues/291) and many others).
1818
* Fixed several memory leaks, improving long-running simulation stability ([#317](https://github.com/gama-platform/gama/issues/317), [#489](https://github.com/gama-platform/gama/issues/489)).
1919
* Improved handling of file paths on Windows to prevent string concatenation issues ([#467](https://github.com/gama-platform/gama/issues/467)).
20-
* Enhanced unit testing framework ([#182](https://github.com/gama-platform/gama/issues/182) and many new unit test files to increase the coverage).
20+
* Enhanced unit testing framework ([#182](https://github.com/gama-platform/gama/issues/182) and many new unit tests to increase the coverage).
2121

2222
* **GAMA Server:**
2323
* Numerous fixes and stability improvements for `gama-server` ([#691](https://github.com/gama-platform/gama/issues/691)).
@@ -61,18 +61,15 @@ This is a major release, bringing numerous bug fixes, performance improvements,
6161
<details>
6262
<summary>View detailed changes</summary>
6363

64-
* **Stricter typing**: Gama has now stricter rules for types, especially related to container. Some may need to update their models to add explicit casting to the type they want to manipulate.
65-
* **Simulation saving**: Some changes in the way the serialization is handled can prevent the compatibility with previous versions. If you saved a simulation with the `save` statement in 1.9.3 and try to restore it in this release, it may not work.
66-
* **Removal of the zip option** The internal behaviour of the experiment of type record have been completely reworked and the facet `zip` is now not available anymore as it's done by default.
64+
* **Stricter typing**: Gama has now stricter rules for types, especially related to container. Some may need to update their models to add explicit casting to the type they want to manipulate.
65+
* **Simulation saving**: Some changes in the way the serialization is handled can prevent the compatibility with previous versions. If you saved a simulation with the `save` statement in 1.9.3 and try to restore it in this release, it may not work.
66+
* **Removal of the zip option** The internal behaviour of the experiment of type record have been completely reworked and the facet `zip` is now not available anymore as it's done by default.
6767

6868
</details>
6969

70-
#### 🟠 Warnings 🟠: concepts that should be updated
71-
72-
7370
### Preferences
7471

75-
The preferences window has been rework for more clarity.
72+
The preferences window has been reworked for more clarity.
7673
In addition to this, new parameters are now available:
7774
<details>
7875
<summary>View detailed changes</summary>
@@ -87,7 +84,7 @@ In addition to this, new parameters are now available:
8784
### Packaged models
8885

8986
<details>
90-
<summary>View all new models list</summary>
87+
<summary>View all changes in models</summary>
9188

9289
* Some older and unclear models have been removed, preparing for a future rework of the library.
9390
* Two models have been added in `GAML Syntax` -> `Sytem` to illustrate the use of buffering strategies: `Buffering execution order.gaml` and `Buffering performances.gaml`

0 commit comments

Comments
 (0)