From 8d01e59b7b3d295dc3b212b357f73405e1e4fd96 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Fri, 23 Dec 2022 15:50:49 +0100 Subject: [PATCH] minor changes to README and CHANGELOG --- CHANGELOG.md | 11 +---------- README.md | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6b3f9..d7ac585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,7 @@ # Changelog ## [0.3.1] -### Added - -### Changed - -### Deprecated - -### Removed -### Fixed -## [0.3.0] ### Added - Reference support for type names within aspect files. - Usages are now highlighted. @@ -24,7 +15,7 @@ - Attributes and inter-type declarations are shown sorted by aspect. - There are toggle buttons to show or hide attributes, inter-type declarations and rewrites. - Note that things outside aspects, equations and some other elements are not yet included. -- Support for IntelliJ IDEA 2022.2. +- Support for IntelliJ IDEA 2022.3. ### Changed diff --git a/README.md b/README.md index 52625de..6c61ab4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # JastAdd Language Support <!-- Plugin description --> -This plugin provides support for [JastAdd](https://jastadd.org) and [Relational RAGs](http://relational-rags.eu) +This plugin provides support for [JastAdd](https://jastadd.cs.lth.se/) and [Relational RAGs](http://relational-rags.eu) <!-- Plugin description end --> -- GitLab