summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--changes/bug-path_prefix2
-rw-r--r--changes/check-if-schema-exists1
-rw-r--r--changes/common-code-to-base-config1
4 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a66674b..81c5f96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+0.3.0 Aug 9:
+ o OSX: Fix problem with path prefix not returning the correct
+ value. Fixes #3273.
+ o Check if schema exists before load a config. Related to #3310.
+ o Handle schemas and api versions in base class. Related to #3310.
+
0.2.7 Jul 26:
o Refactor events so components are now called clients. Closes #3246
o Add leap_check helper method, to use whenever leap_assert does not
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.