From c854093a967b5667412e68d07c24ac90e9c2cd12 Mon Sep 17 00:00:00 2001 From: Noah Santschi-Cooney Date: Fri, 19 Feb 2021 01:07:57 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bb95b..7bdc49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## Unreleased + +### Fixed + +- Fixed `#include` merging for when file is merged twice that would normally be `#ifdef` guarded. Please see commit message of [551380a](https://github.com/Strum355/mcshader-lsp/commit/551380a6ed00709287460b7d8c88e7803956052c) for detailed explanation. + ## [0.9.4] ### Fixed