Skip to content

Commit

Permalink
Add CHANGELOG entry, update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
blefloch committed Feb 12, 2024
1 parent fe2049c commit cb90d95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions l3kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ this project uses date-based 'snapshot' version identifiers.

### Added
- `\keys_set_exclude_groups:nnn(nN)` to replace `\keys_set_filter:nnn(nN)`
- Linked storage type for large property lists (issue \#1040, pull \#1059)

### Changed
- Set `l3doc` option `kernel` off as-standard (issue \#1403)
Expand Down
10 changes: 5 additions & 5 deletions l3kernel/l3prop.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
% initially contains no entries. See also \cs{prop_new_linked:N}.
% \end{function}
%
% \begin{function}[added = 2024-01-15]{\prop_new_linked:N, \prop_new_linked:c}
% \begin{function}[added = 2024-02-12]{\prop_new_linked:N, \prop_new_linked:c}
% \begin{syntax}
% \cs{prop_new_linked:N} \meta{property list}
% \end{syntax}
Expand Down Expand Up @@ -146,7 +146,7 @@
% \end{texnote}
% \end{function}
%
% \begin{function}[added = 2024-01-15]
% \begin{function}[added = 2024-02-12]
% {
% \prop_clear_new_linked:N, \prop_clear_new_linked:c,
% \prop_gclear_new_linked:N, \prop_gclear_new_linked:c
Expand Down Expand Up @@ -221,7 +221,7 @@
% have the standard category code~$12$ or they are active.
% \end{function}
%
% \begin{function}[added = 2024-01-15]
% \begin{function}[added = 2024-02-12]
% {\prop_const_linked_from_keyval:Nn, \prop_const_linked_from_keyval:cn}
% \begin{syntax}
% \cs{prop_const_linked_from_keyval:Nn} \meta{prop~var}
Expand All @@ -240,7 +240,7 @@
% have the standard category code~$12$ or they are active.
% \end{function}
%
% \begin{function}[added = 2024-01-15]{\prop_make_flat:N, \prop_make_flat:c}
% \begin{function}[added = 2024-02-12]{\prop_make_flat:N, \prop_make_flat:c}
% \begin{syntax}
% \cs{prop_make_flat:N} \meta{property list}
% \end{syntax}
Expand All @@ -251,7 +251,7 @@
% function can only be used at the outermost group level.
% \end{function}
%
% \begin{function}[added = 2024-01-15]{\prop_make_linked:N, \prop_make_linked:c}
% \begin{function}[added = 2024-02-12]{\prop_make_linked:N, \prop_make_linked:c}
% \begin{syntax}
% \cs{prop_make_linked:N} \meta{property list}
% \end{syntax}
Expand Down

0 comments on commit cb90d95

Please sign in to comment.