Fix exception thrown when accessing /nests/:id/eggs/:id API endpoint

This commit is contained in:
Dane Everitt 2018-02-24 11:11:57 -06:00
parent e7e50bc45d
commit 620c624e6f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 16 additions and 8 deletions

View file

@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.2 (Derelict Dermodactylus)
### Fixed
* Fixes an exception thrown when trying to access the `/nests/:id/eggs/:id` API endpoint.
## 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.