Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored Aug 4, 2024
1 parent 415db5f commit f79dd7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.8.0

- Add Dockerfile support (#135)

## 2.7.0

- Rename BOOLEAN token to LITERAL token (#128)
Expand Down Expand Up @@ -206,4 +210,4 @@ $highlighter = (new \Tempest\Highlight\Highlighter())->withGutter();
}
```

**Note**: This package doesn't account for `pre` tag styling. You might need to make adjustments to how you style `pre` tags if you enable gutter support.
**Note**: This package doesn't account for `pre` tag styling. You might need to make adjustments to how you style `pre` tags if you enable gutter support.

0 comments on commit f79dd7a

Please sign in to comment.