Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Mar 29, 2021
1 parent 3dbfe39 commit b13fc41
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## v2.1.0

- Add configuration settings to be consistend with other LwXX libraries
- Apply code style settings with Artistic style options

## v2.0.0

- Break compatibility with v1.x
- Function prefix set to `lwgps_`
- Macros prefix set to `LWGPS_`
- Added support for PUBX Ublox statement

## v1.1.0

- Use pre-increment instead of post-increment
- Remove buffer library and propose ringbuff instead
- Other code style enhancements

## v1.0.0

- Initial release

0 comments on commit b13fc41

Please sign in to comment.