diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | changes/bug-path_prefix | 2 | ||||
-rw-r--r-- | changes/check-if-schema-exists | 1 | ||||
-rw-r--r-- | changes/common-code-to-base-config | 1 |
4 files changed, 6 insertions, 4 deletions
@@ -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. |