summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-09 14:32:20 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-09 14:32:20 -0300
commit2ee356cd9acbb76a697a738a7d320570c78caf9c (patch)
tree5b485d8ec613964743de000b80b4767cba73a381 /changes
parent7ceb42da678f5e2acca40ba968e4a63925d44b01 (diff)
Fold in changes
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-path_prefix2
-rw-r--r--changes/check-if-schema-exists1
-rw-r--r--changes/common-code-to-base-config1
3 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug-path_prefix b/changes/bug-path_prefix
deleted file mode 100644
index f112eba..0000000
--- a/changes/bug-path_prefix
+++ /dev/null
@@ -1,2 +0,0 @@
- o OSX: Fix problem with path prefix not returning the correct
- value. Fixes #3273. \ No newline at end of file
diff --git a/changes/check-if-schema-exists b/changes/check-if-schema-exists
deleted file mode 100644
index 1459112..0000000
--- a/changes/check-if-schema-exists
+++ /dev/null
@@ -1 +0,0 @@
- o Check if schema exists before load a config. Related to #3310.
diff --git a/changes/common-code-to-base-config b/changes/common-code-to-base-config
deleted file mode 100644
index d4e7fc1..0000000
--- a/changes/common-code-to-base-config
+++ /dev/null
@@ -1 +0,0 @@
- o Handle schemas and api versions in base class. Related to #3310.