barectf v2.1.3 v2.1.3
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Mar 2016 18:03:59 +0000 (14:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 25 Mar 2016 18:05:43 +0000 (14:05 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
CHANGELOG.md
barectf/__init__.py

index b930f1064714c1686ec87f5312ceb7699c7ff549..1dc18de6358285c858d9139f036064eb59176567 100644 (file)
@@ -1,5 +1,23 @@
 # barectf 2 changelog
 
+## barectf v2.1.3
+
+**Minor improvements**:
+
+  * Allow no or empty event payload type, as long as the event is not
+    empty itself (contains at least one field in its 4 entities)
+
+**Tests**:
+
+  * Remove no/empty event payload type config tests
+  * Add config test for empty event
+
+**README.md**:
+
+  * Add image on top
+  * Add Community section
+
+
 ## barectf v2.1.2
 
 **Bug fixes**:
index 902510e9adf88641992f25def53b83a013457db7..056b02737aead5e306990cac18d7f6ee3fa6aeb3 100644 (file)
@@ -20,7 +20,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
 
-__version__ = '2.1.2'
+__version__ = '2.1.3'
 
 
 def _split_version_suffix():
This page took 0.025563 seconds and 4 git commands to generate.