We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d5a49 commit 72605daCopy full SHA for 72605da
CHANGELOG.md
@@ -3,6 +3,17 @@
3
`hslua-module-doclayout` uses [PVP Versioning][1].
4
The changelog is available [on GitHub][2].
5
6
+## 1.1.0
7
+
8
+Release pending.
9
10
+- Require hslua-2.3 and tasty-lua-1.1.
11
12
+- Type info is added to all fields.
13
14
+- The `Doc` type is now associated with this module's docs,
15
+ making it easier to generate documentation.
16
17
## 1.0.4
18
19
Released 2022-04-03.
hslua-module-doclayout.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
2
name: hslua-module-doclayout
-version: 1.0.4
+version: 1.1.0
synopsis: Lua module wrapping Text.DocLayout.
description: Lua module wrapping @Text.DocLayout@.
homepage: https://github.com/hslua/hslua-module-doclayout
0 commit comments