From e8331b24c66e7bb0ac95e1e8284bfd569557888f Mon Sep 17 00:00:00 2001 From: Rebecca Jackson Date: Tue, 15 Mar 2022 08:54:38 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b437b0d..279d07adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +### Changed - Sort [`report`] violations by rule name within level [#955] +### Fixed +- Fix subClassOf cycles in related object selection [#979] + ## [1.8.3] - 2021-12-16 ### Changed @@ -294,6 +299,7 @@ First official release of ROBOT! [`template`]: http://robot.obolibrary.org/template [`validate`]: http://robot.obolibrary.org/validate +[#979]: https://github.com/ontodev/robot/pull/979 [#955]: https://github.com/ontodev/robot/pull/955 [#953]: https://github.com/ontodev/robot/pull/953 [#951]: https://github.com/ontodev/robot/pull/951