Skip to content

Commit

Permalink
Update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Oct 9, 2024
1 parent 2f2afef commit 32af545
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,30 @@ See :pr:`1269` and :pr:`1266` for more information.
Removed deprecation
~~~~~~~~~~~~~~~~~~~

The deprecated `needfilter` directive is now removed (:pr:`1308`)
The deprecated ``needfilter`` directive is now removed (:pr:`1308`)

New and improved features
.........................

- ✨ add `tags` option for `list2need` directive in :pr:`1296`
- ✨ Add `ids` option for `needimport` in :pr:`1292`
- 👌 Allow `ref` in `neeuml` to handle need parts in :pr:`1222`
- ✨ add ``tags`` option for ``list2need`` directive in :pr:`1296`
- ✨ Add ``ids`` option for ``needimport`` in :pr:`1292`
- 👌 Allow ``ref`` in ``neeuml`` to handle need parts in :pr:`1222`
- 👌 Improve parsing of need option lists with dynamic functions in :pr:`1272`
- 🔧 Set `env_version` for sphinx extension in :pr:`1313`
- 🔧 Set ``env_version`` for sphinx extension in :pr:`1313`

Bug Fixes
.........

- 🐛 Fix removal of `Needextend` nodes in :pr:`1298`
- 🐛 Fix `usage` numbers in `needreport` in :pr:`1285`
- 🐛 Fix `parent_need` propagation from external/imported needs in :pr:`1286`
- 🐛 Fix `need_part` with multi-line content in :pr:`1284`
- 🐛 Fix dynamic functions in `needextract` need in :pr:`1273`
- 🐛 Disallow dynamic functions `[[..]]` in literal content in :pr:`1263`
- 🐛 Fix removal of ``Needextend`` nodes in :pr:`1298`
- 🐛 Fix ``usage`` numbers in ``needreport`` in :pr:`1285`
- 🐛 Fix ``parent_need`` propagation from external/imported needs in :pr:`1286`
- 🐛 Fix ``need_part`` with multi-line content in :pr:`1284`
- 🐛 Fix dynamic functions in ``needextract`` need in :pr:`1273`
- 🐛 Disallow dynamic functions ``[[..]]`` in literal content in :pr:`1263`
- 🐛 fix parts defined in nested needs in :pr:`1265`
- 🐛 Handle malformed `filter-func` option value in :pr:`1254`
- 🐛 Pass `needs` to `highlight` filter of `graphviz` `needflow` in :pr:`1274`
- 🐛 Fix parts title for `needflow` with `graphviz` engine in :pr:`1280`
- 🐛 Handle malformed ``filter-func`` option value in :pr:`1254`
- 🐛 Pass ``needs`` to ``highlight`` filter of ``graphviz`` `needflow` in :pr:`1274`
- 🐛 Fix parts title for ``needflow`` with ``graphviz`` engine in :pr:`1280`

3.0.0
-----
Expand Down

0 comments on commit 32af545

Please sign in to comment.