Fix release notes link

This commit is contained in:
Robert Hague 2025-04-06 13:06:55 +02:00
parent 841ac432a5
commit 0f913e9114
2 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,7 @@
<Copyright>Copyright 2017-2020 Alexander Luzgarev</Copyright> <Copyright>Copyright 2017-2020 Alexander Luzgarev</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/mahalex/MatFileHandler</PackageProjectUrl> <PackageProjectUrl>https://github.com/mahalex/MatFileHandler</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/mahalex/MatFileHandler/releases/tag/v$(Version)</PackageReleaseNotes> <PackageReleaseNotes>https://github.com/mahalex/MatFileHandler/releases/tag/v$(PackageVersion)</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile> <PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Matlab</PackageTags> <PackageTags>Matlab</PackageTags>
<RepositoryUrl>https://github.com/mahalex/MatFileHandler</RepositoryUrl> <RepositoryUrl>https://github.com/mahalex/MatFileHandler</RepositoryUrl>

View File

@ -15,9 +15,8 @@ You can find (partial) technical description of MATLAB object data format
This document briefly describes how to perform simple operations with .mat files This document briefly describes how to perform simple operations with .mat files
using MatFileHandler. using MatFileHandler.
If you have questions and/or ideas, you can [file a new issue] If you have questions and/or ideas, you can [file a new issue](https://github.com/mahalex/MatFileHandler/issues/new)
(https://github.com/mahalex/MatFileHandler/issues/new) or contact me directly at or contact me directly at <mahalex@gmail.com>.
<mahalex@gmail.com>.
## Changelog ## Changelog
@ -205,7 +204,7 @@ classdef Point
end end
end end
``` ```
We omit any methods (and constructos) such a class might have, because they are We omit any methods (and constructors) such a class might have, because they are
not stored when you save an object of a class into a `.mat` file. not stored when you save an object of a class into a `.mat` file.
Imagine that you have a `1x2 Point` object array `p` (an array of two points) Imagine that you have a `1x2 Point` object array `p` (an array of two points)