Skip to content

Commit

Permalink
chore(core)!: Deprecate SILE.paperSizeParser()
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Use SILE.papersize() instead of SILE.paperSizeParser()
  • Loading branch information
alerque committed Jan 10, 2024
1 parent c00eb7e commit 4486a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ function SILE.registerUnit (unit, spec)
end

function SILE.paperSizeParser (size)
-- SU.deprecated("SILE.paperSizeParser", "SILE.papersize", "0.10.0", nil)
SU.deprecated("SILE.paperSizeParser", "SILE.papersize", "0.15.0", "0.16.0")
return SILE.papersize(size)
end

Expand Down

0 comments on commit 4486a19

Please sign in to comment.