Skip to content

Commit 855ca97

Browse files
authored
Update CHANGELOG.md
1 parent ee81946 commit 855ca97

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# Changelog
22

3-
## Unreleased
3+
## Unrealeased
44

55
New features:
66

77
(None)
88

99
Internal changes:
1010

11+
(None)
12+
13+
## v0.4.1
14+
15+
New features:
16+
17+
- The solver now supports masks. Masks are a parallel array, like weights. They tell
18+
the solver to ignore masked-out slots from the solution. Masked-out slots will not
19+
be observed, propagated-from, or propagated-into (similarly like the cuboid boundary
20+
is not propagated into). See PR [#29](https://github.com/subdgtl/WFC/pull/29) for
21+
more.
22+
23+
Internal changes:
24+
1125
- `Rng` now implements `Clone`.
26+
- C bindings are now generated automatically during build.
1227

1328
## v0.4.0
1429

0 commit comments

Comments
 (0)