Skip to content

Commit 8dfc207

Browse files
committed
Add changelog.
1 parent 95ee299 commit 8dfc207

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Removed
9+
- Remove the `void begin(unsigned long speed, size_t port)`.
10+
11+
## [1.1.0] 2017-11-09
12+
### Added
13+
- Additional inline documentation.
14+
- Added doxygen configuration file.
15+
- Added CHANGELOG.md file.
16+
- Added the `void PacketSerial_::begin(unsigned long speed, uint8_t config, size_t port)` method to avoid confusion with the standard `Serial.begin(unsigned long speed, uint8_t config)`.
17+
18+
### Changed
19+
- Updated README.md, fixed errors, spelling, byte counts, etc.
20+
21+
### Removed
22+
- Deprecated the `void begin(unsigned long speed, size_t port)` method because it could be confused with the standard `Serial.begin(unsigned long speed, uint8_t config)` method.
23+
24+
### Fixed
25+
- Fixed Duplicated SLIP END Packet #[11](https://github.com/bakercp/PacketSerial/issues/11)
26+
- Fix types to remove warnings in examples.
27+
- Add `const` qualifier to the `send()` method.
28+
29+
### Security
30+
- None

0 commit comments

Comments
 (0)