Skip to content

Commit

Permalink
update changelog for 595
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Mar 8, 2024
1 parent d7d4155 commit dae5f5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
The creation of the tag can be disabled with the --no-git-tag-version if desired.
-->

# 4.x.x - Changes Staged on Develop

## Improvements
- Added "mark all as reviewed" and "expand visible techniques" options to the Layer Upgrade UI to improve the overall technique review workflow. See issue [#595](https://github.com/mitre-attack/attack-navigator/issues/595).


# 4.9.4 - 29 February 2024

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion nav-app/src/app/layer-upgrade/layer-upgrade.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Layer Upgrade</h2>
<mat-divider></mat-divider>

<div *ngIf="changelog[section].length > 0">
<h4>Filters</h4>
<h4>Options</h4>
<div *ngIf="section !== 'additions'">
<input
id="filter_{{ section }}"
Expand Down

0 comments on commit dae5f5a

Please sign in to comment.