Skip to content

Commit

Permalink
Update changelog for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jun 4, 2024
1 parent 629432b commit 5495b85
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.3.1 (unreleased)
# 0.3.1
The highlight of this release is the `fidget::solver` module, which implements
the Levenberg-Marquardt algorithm to minimize a system of equations (represented
as `fidget::eval::Function` objects). It's our first official case of using
Fidget's types and traits for things _other than_ pure implicit surfaces!

- Fixed a bug in the x86 JIT which could corrupt registers during gradient
(`grad_slice`) evaluation
- Renamed `Context::const_value` to `Context::get_const` and tweaked its return
Expand Down

0 comments on commit 5495b85

Please sign in to comment.