Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanchith authored Jul 17, 2022
1 parent ee81946 commit 855ca97
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# Changelog

## Unreleased
## Unrealeased

New features:

(None)

Internal changes:

(None)

## v0.4.1

New features:

- The solver now supports masks. Masks are a parallel array, like weights. They tell
the solver to ignore masked-out slots from the solution. Masked-out slots will not
be observed, propagated-from, or propagated-into (similarly like the cuboid boundary
is not propagated into). See PR [#29](https://github.com/subdgtl/WFC/pull/29) for
more.

Internal changes:

- `Rng` now implements `Clone`.
- C bindings are now generated automatically during build.

## v0.4.0

Expand Down

0 comments on commit 855ca97

Please sign in to comment.