Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Apr 5, 2020
1 parent 0f3291a commit de22a07
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

* Started changelog
* Adds Function 23 (0x17) Read/Write Multiple registers support (#47)

### Changed

* Adds request time on example request page
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ php -S localhost:8080 -t examples/

Now open <http://localhost:8080> in browser. See additional query parameters from [index.php](examples/index.php).

## Changelog

See [CHANGELOG.md](CHANGELOG.md)

## Tests

Expand Down

0 comments on commit de22a07

Please sign in to comment.