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

Commit 8c7cc0c

Browse files
committed
Update changelog for v0.2.0
1 parent 85ae1ce commit 8c7cc0c

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Revision history for hslua-module-system
22

3+
## 0.2.0 -- 2019-05-01
4+
5+
All fields and functions are now exported from the Haskell module under
6+
the same name as that used in Lua.
7+
8+
### New fields
9+
10+
- `arch`: processor architecture.
11+
- `compiler_name`: Haskell compiler that was used to compile the module.
12+
- `compiler_version`: version of the compiler.
13+
- `os`: operating system.
14+
15+
### New functions
16+
17+
- `mkdir`: create a new directory.
18+
- `rmdir`: remove a directory.
19+
- `with_env`: perform action with custom environment.
20+
- `with_wd`: perform action in another directory.
21+
22+
### Removed or renamed functions
23+
24+
- `currentdir` was renamed to `getwd`.
25+
- `chdir` was renamed to `setwd`.
26+
- `pwd` was removed.
27+
28+
### Misc
29+
30+
- Fix typos and copy-paste errors in docs, tests.
31+
332
## 0.1.0 -- 2019-04-26
433

5-
* First version. Released on an unsuspecting world.
34+
- First version. Released on an unsuspecting world.

0 commit comments

Comments
 (0)