1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Change the format of the top level informational .txt files to .md

This commit is contained in:
Tom Poole 2023-09-06 12:13:53 +01:00
parent 22587e56fb
commit 04d540df67
3 changed files with 1074 additions and 1050 deletions

View file

@ -313,7 +313,7 @@ static bool isGlobalPathValid (const File& relativeTo, const Identifier& key, co
}
else if (key == Ids::jucePath)
{
fileToCheckFor = "ChangeList.txt";
fileToCheckFor = "CHANGE_LIST.md";
}
else
{