From 41b6b41a8ee0ad945909fe41353e0119ba6ca711 Mon Sep 17 00:00:00 2001 From: Peter Metz Date: Sun, 14 Feb 2016 21:53:09 +0000 Subject: [PATCH] Added CHANGELOG entry for latest release. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a50be..be8da0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 3.4.0 + +## Features +* New Feature: You can now configure the foreground scan between period (Android) directly from +the config.xml file of your Cordova project. +* Dependency updated: AltBeacon jar is now on version 2.7.1. +* Important for contributors: The Android source code has been reformatted with Android Studio, the +indentation is now 4 spaces instead of a mixture of tabs and spaces. These changes were on commits +that have no other changes contained in them. + # 3.3.0 ## Features