Skip to content

Commit

Permalink
Update release-notes.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifred committed Sep 5, 2024
1 parent 4bfb255 commit 5370808
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
= Jason release notes
:toc: right

== version 3.3

- namespaces may have assigned properties/values. See internal actions `.namespace_set_property` and `.namespace_get_property`.

- internal actions `.min` and `.max` may have a query as second argument.

- several (minor) improvements in Jason-CLI.

- update doc for new Jason web site: https://jason-lang.github.io



== version 3.2 (2023-04-15)

The main new feature of Jason 3.2 is the Jason Command Line Interface (*JasonCLI*). This tool is created to support the creation and monitoring of Jason application independently of IDEs. More information xref:./jason-cli/readme.adoc[here].
Expand All @@ -12,7 +24,7 @@ The main new feature of Jason 3.2 is the Jason Command Line Interface (*JasonCLI
- `mas2j` files do not handle java class path anymore. Gradle should be used for that. The command `jason app add-gradle` turn a Jason project into a Gradle project. It also helps your IDE to find Jason dependencies when programming Java classes for the environment, internal actions, ...
- to use JADE, the Jason project should have a Gradle script. Then `./gradlew runJade` can be used to start the MAS on top of JADE.

The project is cleaned a bit:
The project is cleaned:

- jEdit is removed (JasonCLI and third party IDEs are proposed)
- Ant is replaced by Gradle
Expand Down

0 comments on commit 5370808

Please sign in to comment.