Skip to content

Commit

Permalink
Enable inheritance of key requirements (fixes #653)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 8, 2020
1 parent 22a1b3a commit ddd1b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l3kernel/CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ this project uses date-based 'snapshot' version identifiers.
- Distribute LaTeX3 News

### Fixed
- Inherit key required/forbidden properties (see #653)
- Set backend at the beginning of `\document` (see #657)

## [2019-11-07]
Expand Down
1 change: 1 addition & 0 deletions l3kernel/l3keys.dtx
Expand Up @@ -2523,6 +2523,7 @@
{ \c_@@_code_root_tl ##1 / \l_keys_key_tl }
{
\tl_set:Nn \l_@@_inherit_tl {##1}
\cs_if_exist_use:c { \c_@@_validate_root_tl ##1 / \l_keys_key_tl }
\cs:w \c_@@_code_root_tl ##1 / \l_keys_key_tl
\exp_after:wN \cs_end: \exp_after:wN
{ \l_keys_value_tl }
Expand Down

0 comments on commit ddd1b57

Please sign in to comment.