-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
## v0.5.0 (2024-11-25) | ||
## v0.5.1 (2024-11-28) | ||
|
||
### Added | ||
- Swedish localization (see issue | ||
[#35](https://github.com/gusbrs/zref-clever/issues/35)). | ||
|
||
### Changed | ||
- The `declension` option from `\zcDeclareLanguage`, the `case` option from | ||
`\zcLanguageSetup`, and the `d` general option (from `\zcref`) have been | ||
renamed to `variants`, `variant`, and `v`, respectively. This is a | ||
"semantic generalization" of the existing infrastructure. In other words, | ||
the package now interprets more broadly type name variants, which can be | ||
used for any language-specific needs and not just declension cases. See | ||
discussion at issue [#35](https://github.com/gusbrs/zref-clever/issues/35). | ||
|
||
### Deprecated | ||
- The `declension` option from `\zcDeclareLanguage`, the `case` option from | ||
`\zcLanguageSetup`, and the `d` general option (from `\zcref`) have been | ||
deprecated in favor of their new names. | ||
### Fixed | ||
- Use `\protected@edef` to expand references' content at `endrange` processing | ||
functions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters