diff --git a/CHANGELOG.md b/CHANGELOG.md index 31244d3..9edf621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ - Different colors for Java filetypes (e.g. `Class`: Red, `Interface`: Green, `Record`: Mauve, `Enum`: Yellow and `Annotation`: Green) ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) - Ability to disable different colors for Java filetypes in settings panel. ([#35](https://github.com/catppuccin/jetbrains-icons/pull/35)) -- Add Docker icon to all files with string `Dockerfile` (e.g. `dev.Dockerfile`) -- Add Dependency on the IntelliJ Java Module +- Add Docker icon to all files with string `Dockerfile` (e.g. `dev.Dockerfile`) ([#32](https://github.com/catppuccin/jetbrains-icons/pull/32)) +- Add Dependency on the IntelliJ Java Module ([#40](https://github.com/catppuccin/jetbrains-icons/pull/40)) ### Changed