Skip to content

Commit

Permalink
update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jun 24, 2024
1 parent 0a3a2c4 commit 2b8fd31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

### Added

- Add export format `raw_dk`
- Add export format `raw_dk`.
- Fix of the color of the text in command line when console.out is used.
- Use black text instead of red when diplaying queries answers.
- Use black text instead of red when diplaying query answers.
- Allow negative numbers in notation priorities.
- New release 0.2.2 of the VSCode plugin.

## 2.5.0 (2024-02-25)

### Added

- Add the `opaque` command to turn a defined symbol into a constant
- Add the `opaque` command to turn a defined symbol into a constant.
- Add the tactic `try` that tries to apply a tactic to the focused goal.
If the application of the tactic fails, it catches the error and leaves the goal unchanged.

Expand Down

0 comments on commit 2b8fd31

Please sign in to comment.