feat(docs): add NEWS.md

docs/NEWS.md | 19 +++++++++++++++++++  1 file changed, 19 insertions(+)
This commit is contained in:
Jukka Aho
2026-05-09 16:30:24 +03:00
parent d1ede2720e
commit 637f58c342
+19
View File
@@ -0,0 +1,19 @@
# JuliaFEM.jl news
User-visible and contributor-facing changes. The package is **0.x**; treat this
file as a lightweight changelog until a **1.0** release with full SemVer discipline.
## 0.5.2 (current `Project.toml`)
- Type-stable **`Element{K,P,S,N}`** pipeline with **`@DOFSet`**, **`DOFHandler`**,
and domain **`AbstractKernel`** implementations under `src/domains/`.
- **`DOFBasedCOOAssembler`** and matrix-free utilities under `src/assemblers/`
(including preconditioners and MPC hooks where merged on your branch).
- Optional **`JuliaFEM.Legacy`** behind **`JULIAFEM_ENABLE_LEGACY=1`** for older
`Problem` / Dict-field workflows.
For earlier history, use `git log` and archived notebooks under `docs/tutorials/`
(reference only).
When you land a user-visible change, add a dated bullet under a new **Unreleased**
heading in the same PR that updates code or docs.