add support for egg variables, closes #974

This commit is contained in:
Dane Everitt 2018-02-24 11:17:21 -06:00
parent 620c624e6f
commit be6b398e2d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 26 additions and 1 deletions

View file

@ -7,6 +7,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* Fixes an exception thrown when trying to access the `/nests/:id/eggs/:id` API endpoint.
### Added
* Adds ability to include egg variables on an API request.
## v0.7.1 (Derelict Dermodactylus)
### Fixed
* Fixes an exception when no token is entered on the 2-Factor enable/disable page and the form is submitted.