Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG #1202

Merged
merged 3 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix comparator method for sorting empty strings with [`export`] in [#654]
- Fix releasing dataset after exception when running [`report`] with `--tdb true` [#659]
- Reduced time spent loading datasets for [`query`] in [#666]
- Fix writing JSON format to use `OutputStream` with ['convert'] in [#671]
- Fix writing JSON format to use `OutputStream` with [`convert`] in [#671]
- Fix IRI resolution for `template` in [#689]
- Fix MIREOT [`extract`] on overlapping class/individual entity for [#709] in [#710]
- Fix issue with `--add-prefixes` option in [#715]
Expand Down Expand Up @@ -396,7 +396,11 @@ First official release of ROBOT!
[`report`]: http://robot.obolibrary.org/report
[`template`]: http://robot.obolibrary.org/template
[`validate`]: http://robot.obolibrary.org/validate
;
[`verify`]: http://robot.obolibrary.org/verify

[#1194]: https://github.com/ontodev/robot/pull/1194
[#1193]: https://github.com/ontodev/robot/pull/1193
[#1183]: https://github.com/ontodev/robot/issues/1183
[#1181]: https://github.com/ontodev/robot/pull/1181
[#1179]: https://github.com/ontodev/robot/pull/1179
[#1171]: https://github.com/ontodev/robot/pull/1171
Expand All @@ -409,7 +413,9 @@ First official release of ROBOT!
[#1119]: https://github.com/ontodev/robot/pull/1119
[#1108]: https://github.com/ontodev/robot/pull/1108
[#1104]: https://github.com/ontodev/robot/pull/1104
[#1101]: https://github.com/ontodev/robot/issues/1101
[#1100]: https://github.com/ontodev/robot/pull/1100
[#1093]: https://github.com/ontodev/robot/pull/1093
[#1091]: https://github.com/ontodev/robot/issues/1091
[#1089]: https://github.com/ontodev/robot/issues/1089
[#1088]: https://github.com/ontodev/robot/issues/1088
Expand All @@ -418,6 +424,7 @@ First official release of ROBOT!
[#1073]: https://github.com/ontodev/robot/pull/1073
[#1071]: https://github.com/ontodev/robot/pull/1071
[#1061]: https://github.com/ontodev/robot/issues/1061
[#1060]: https://github.com/ontodev/robot/issues/1060
[#1030]: https://github.com/ontodev/robot/issues/1030
[#1026]: https://github.com/ontodev/robot/issues/1026
[#1023]: https://github.com/ontodev/robot/pull/1023
Expand All @@ -439,6 +446,7 @@ First official release of ROBOT!
[#948]: https://github.com/ontodev/robot/pull/948
[#944]: https://github.com/ontodev/robot/pull/944
[#938]: https://github.com/ontodev/robot/pull/938
[#931]: https://github.com/ontodev/robot/issues/931
[#929]: https://github.com/ontodev/robot/pull/929
[#924]: https://github.com/ontodev/robot/issues/924
[#914]: https://github.com/ontodev/robot/pull/914
Expand All @@ -449,6 +457,7 @@ First official release of ROBOT!
[#882]: https://github.com/ontodev/robot/pull/882
[#879]: https://github.com/ontodev/robot/pull/879
[#874]: https://github.com/ontodev/robot/pull/874
[#873]: https://github.com/ontodev/robot/issues/873
[#872]: https://github.com/ontodev/robot/pull/872
[#870]: https://github.com/ontodev/robot/pull/870
[#869]: https://github.com/ontodev/robot/pull/869
Expand All @@ -469,6 +478,8 @@ First official release of ROBOT!
[#792]: https://github.com/ontodev/robot/pull/792
[#788]: https://github.com/ontodev/robot/pull/788
[#783]: https://github.com/ontodev/robot/pull/783
[#779]: https://github.com/ontodev/robot/pull/779
[#774]: https://github.com/ontodev/robot/pull/774
[#767]: https://github.com/ontodev/robot/pull/767
[#758]: https://github.com/ontodev/robot/pull/758
[#741]: https://github.com/ontodev/robot/issues/741
Expand Down
Loading