From a9d995fddcdb77887fd52562c6fe70ddb27a3ecb Mon Sep 17 00:00:00 2001 From: Kenneth Lim Date: Sun, 7 Feb 2016 19:21:41 +0800 Subject: [PATCH] remove extra `-` for proper formatting --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 200038586b..4738d37cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ - [ATOMIC_BLOCK()](https://docs.particle.io/reference/firmware/photon/#atomic_block-) and [SINGLE_THREADED_BLOCK()](https://docs.particle.io/reference/firmware/photon/#single_threaded_block-) declarations for atomicity and thread scheduling control. [#758](https://github.com/spark/firmware/issues/758) - [API](https://docs.particle.io/reference/firmware/photon/#synchronizing-access-to-shared-system-resources) for Guarding resources for use between threads. - System events for individual button clicks and a run of button clicks. [#818](https://github.com/spark/firmware/issues/818) -- ### ENHANCEMENTS