We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794ebd1 commit 074d954Copy full SHA for 074d954
2 files changed
CHANGELOG.md
@@ -3,6 +3,16 @@
3
`hslua-module-doclayout` uses [PVP Versioning][1].
4
The changelog is available [on GitHub][2].
5
6
+## 1.0.2
7
+
8
+Released 2022-02-05.
9
10
+- Modify functions, ensuring that the main document is always
11
+ the first argument. This allows convenient use of these
12
+ functions as methods.
13
14
+- Improved documentation.
15
16
## 1.0.1
17
18
Released 2022-01-31.
hslua-module-doclayout.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.0
2
name: hslua-module-doclayout
-version: 1.0.1
+version: 1.0.2
synopsis: Lua module wrapping Text.DocLayout.
description: Lua module wrapping @Text.DocLayout@.
homepage: https://github.com/hslua/hslua-module-doclayout
0 commit comments