|
1 | 1 | # Fornjot - Changelog
|
2 | 2 |
|
| 3 | +## v0.40.0 (2023-03-13) |
| 4 | + |
| 5 | +### End-user improvements |
| 6 | + |
| 7 | +Improvements to Fornjot and its documentation that are visible to end users. |
| 8 | + |
| 9 | +*None this week. Busy working on the kernel!* |
| 10 | + |
| 11 | +### Ecosystem improvements |
| 12 | + |
| 13 | +Improvements to Fornjot components that are relevant to developers building on top of those. These have an indirect effect on end users, through fixed bugs and improved robustness. |
| 14 | + |
| 15 | +#### `fj-kernel` |
| 16 | + |
| 17 | +- Unify `HalfEdge` and `PartialHalfEdge` ([#1660], [#1661], [#1662], [#1663], [#1664]) |
| 18 | +- Rewrite `HalfEdgeBuilder` ([#1665]) |
| 19 | + |
| 20 | +### Internal Improvements |
| 21 | + |
| 22 | +Improvements that are relevant to developers working on Fornjot itself. |
| 23 | + |
| 24 | +- Update dependencies ([#1651], [#1652], [#1653], [#1654], [#1655], [#1656], [#1657], [#1658], [#1659]) |
| 25 | +- Update list of sponsors in README ([#1667]) |
| 26 | + |
| 27 | +[#1651]: https://github.com/hannobraun/Fornjot/pull/1651 |
| 28 | +[#1652]: https://github.com/hannobraun/Fornjot/pull/1652 |
| 29 | +[#1653]: https://github.com/hannobraun/Fornjot/pull/1653 |
| 30 | +[#1654]: https://github.com/hannobraun/Fornjot/pull/1654 |
| 31 | +[#1655]: https://github.com/hannobraun/Fornjot/pull/1655 |
| 32 | +[#1656]: https://github.com/hannobraun/Fornjot/pull/1656 |
| 33 | +[#1657]: https://github.com/hannobraun/Fornjot/pull/1657 |
| 34 | +[#1658]: https://github.com/hannobraun/Fornjot/pull/1658 |
| 35 | +[#1659]: https://github.com/hannobraun/Fornjot/pull/1659 |
| 36 | +[#1660]: https://github.com/hannobraun/Fornjot/pull/1660 |
| 37 | +[#1661]: https://github.com/hannobraun/Fornjot/pull/1661 |
| 38 | +[#1662]: https://github.com/hannobraun/Fornjot/pull/1662 |
| 39 | +[#1663]: https://github.com/hannobraun/Fornjot/pull/1663 |
| 40 | +[#1664]: https://github.com/hannobraun/Fornjot/pull/1664 |
| 41 | +[#1665]: https://github.com/hannobraun/Fornjot/pull/1665 |
| 42 | +[#1667]: https://github.com/hannobraun/Fornjot/pull/1667 |
| 43 | + |
| 44 | + |
3 | 45 | ## v0.39.0 (2023-03-06)
|
4 | 46 |
|
5 | 47 | ### End-user improvements
|
|
0 commit comments