Update changelog

This commit is contained in:
James Valleroy 2017-01-19 18:48:32 -05:00
parent b7a974e326
commit c0d1f22196
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
### Fixed
- setup: Fixed an infinite redirect in a rare case.
## [0.13.0] - 2017-01-18
### Added
- Added command line argument --list-modules which will list modules
@ -182,6 +186,7 @@ All notable changes to this project will be documented in this file.
- Fixed issue that could allow someone to start a module setup process
without being logged in to Plinth.
[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/freedombox/Plinth/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/freedombox/Plinth/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/freedombox/Plinth/compare/v0.10.0...v0.11.0