Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2012-01-20 00:28:24 +0400
committerJason Perkins <starkos@industriousone.com>2012-01-20 00:28:24 +0400
commit9e940156060455aa2d1c126063f1e3723fa01b1a (patch)
treea379d7a9b20140f5e689349651a1f5b22fb7e63d /CHANGES.txt
parent06c55cc5f13a437ff9d70e8c79651081bf385b06 (diff)
Patch 3111264: Allow path.join() to accept any number of args
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0c30308..1bae7bd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -52,6 +52,7 @@
* Patch 3451212: Fix Visual Studio MFC with StaticRuntime
* Patch 3463020: Add windres environment variable for makefiles (icebreaker)
* Bug 3413866: Incorrect VS200x .csproj relative source paths
+* Patch 3111264: Allow path.join() to accept any number of args
-------