Skip to content

Commit 203ef8c

Browse files
committed
chore: update CHANGELOG
1 parent 9aefe9f commit 203ef8c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v0.2.2
2+
3+
## New Website Domain http://wy-lang.org!
4+
5+
We are now using Netlify to build our website & IDE. The legacy links will redirect to http://wy-lang.org automatically.
6+
7+
- New spec page, [check it out](https://wy-lang.org/spec)
8+
9+
## Features
10+
- New option `importPaths` for specifying the import searching directories, (PR #499, by @antfu)
11+
- New option `allowHttp` for allowing import scripts from the web (default to `false`). refer to #499 for more details.
12+
13+
## Fixes
14+
- Fix for mismatched scope begin/end in typecheck (PR #496, thanks @statementreply)
15+
- Stdlib: Fix for some 曆法 functions (PR #503, thanks @statementreply)
16+
- Stdlib: Improve asin, acos and atan (PR #511, thanks @statementreply)
17+
18+
## Examples
19+
- New example Pascal Triangle (PR #498, thanks @MerakDipper)
20+
121
# v0.2.1
222

323
## Static Type Inference

0 commit comments

Comments
 (0)