Skip to content

Commit 1af387b

Browse files
committed
Update change log
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 991b230 commit 1af387b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ IncludeCategories:
6565
Priority: 1
6666
IncludeIsMainRegex: '([-_](test|unittest))?$'
6767
IndentAccessModifiers: false
68-
IndentCaseBlocks: true
68+
IndentCaseBlocks: false
6969
IndentCaseLabels: true
7070
IndentExternBlock: Indent
7171
IndentGotoLabels: true

ChangeLog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
***
2222

2323

24+
## [0.34.0]
25+
26+
### Changed
27+
- **BREAKING** - Removed support for light sleep on Espressif modules.
28+
**This changes the order of the constructor for the ESP32 and ESP8266!**
29+
- The light sleep mode is non-functional anyway, and confusion over the sleep request pin was putting the board in a position not to sleep at all.
30+
- Minor tweek to clang-format
31+
- Moved all variable initialization to default header values and initializer lists
32+
- Converted all "c-style" casts to static casts
33+
- Switched cases of strcat and strcpy to snprintf
34+
35+
### Added
36+
37+
### Removed
38+
39+
### Fixed
40+
- Fixed non-concurrent data fetch for SDI-12 when *NOT* using debugging.
41+
- Fixed internet connection when in "testing mode"
42+
43+
***
44+
45+
2446
## [0.33.4]
2547

2648
### Fixed

0 commit comments

Comments
 (0)