diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-09 14:32:20 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-09 14:32:20 -0300 |
commit | 2ee356cd9acbb76a697a738a7d320570c78caf9c (patch) | |
tree | 5b485d8ec613964743de000b80b4767cba73a381 | |
parent | 7ceb42da678f5e2acca40ba968e4a63925d44b01 (diff) |
Fold in changes
-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. |