Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 929038a

Browse files
committed
Update changelog for v1.0.0
1 parent 0605ad9 commit 929038a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# hslua-aeson
22

3+
## v1.0.0
4+
5+
- Update to hslua 1.0.0
6+
7+
- Function `registerNull` has been replaced by `pushNull`.
8+
9+
Using `pushNull` has the advantage that users won't have to remember
10+
to register a special variable. Users who need a global variable can
11+
set it by running
12+
13+
pushNull
14+
setglobal "HSLUA_AESON_NULL"
15+
16+
317
## v0.3.0
418

519
- Update to hslua 0.8.0.
620

21+
722
## v0.2.0
823

924
- Update to hslua 0.6.0.
1025

26+
1127
## v0.1.0.4
1228

1329
- Ensure compatibility with hslua 0.5.0.

0 commit comments

Comments
 (0)