From 67e7837f9d0619c78023e5a407955aa86ef7c642 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:53:27 +0000 Subject: [PATCH] chore(main): release 3.10.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06deb17b..764b26e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.10.0](https://github.com/EdenEast/nightfox.nvim/compare/v3.9.3...v3.10.0) (2024-07-22) + + +### Features + +* added custom styling for preprocessor macros ([ce0cdf8](https://github.com/EdenEast/nightfox.nvim/commit/ce0cdf8538c8c0b9c8fb2884d3d1090c8faf515d)) +* **mini:** add new highlight groups ([#443](https://github.com/EdenEast/nightfox.nvim/issues/443)) ([1a87edd](https://github.com/EdenEast/nightfox.nvim/commit/1a87edd2eb9b5885882cb37d726aff26493ecd02)) + + +### Bug Fixes + +* add NotifyBackground missing highlight ([#422](https://github.com/EdenEast/nightfox.nvim/issues/422)) ([a4eb88b](https://github.com/EdenEast/nightfox.nvim/commit/a4eb88b2dad3fba5c2d87f82cd15dfb9de73913d)) + ## [3.9.3](https://github.com/EdenEast/nightfox.nvim/compare/v3.9.2...v3.9.3) (2024-01-26)