Add #290 to changelog
This commit is contained in:
parent
d121f2c9cf
commit
1a31e4e0c3
|
@ -5,6 +5,12 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Extract username from session via new
|
||||||
|
`SessionKeyGenerator.get_web_auth_session_key_username` ([#290])
|
||||||
|
|
||||||
## [3.0.0] - 2019-01-01
|
## [3.0.0] - 2019-01-01
|
||||||
### Added
|
### Added
|
||||||
* This changelog file ([#273])
|
* This changelog file ([#273])
|
||||||
|
@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[Unreleased]: https://github.com/pylast/pylast/compare/v3.0.0...HEAD
|
[Unreleased]: https://github.com/pylast/pylast/compare/v3.0.0...HEAD
|
||||||
[3.0.0]: https://github.com/pylast/pylast/compare/2.4.0...3.0.0
|
[3.0.0]: https://github.com/pylast/pylast/compare/2.4.0...3.0.0
|
||||||
[2.4.0]: https://github.com/pylast/pylast/compare/2.3.0...2.4.0
|
[2.4.0]: https://github.com/pylast/pylast/compare/2.3.0...2.4.0
|
||||||
|
[#290]: https://github.com/pylast/pylast/pull/290
|
||||||
[#265]: https://github.com/pylast/pylast/issues/265
|
[#265]: https://github.com/pylast/pylast/issues/265
|
||||||
[#273]: https://github.com/pylast/pylast/issues/273
|
[#273]: https://github.com/pylast/pylast/issues/273
|
||||||
[#282]: https://github.com/pylast/pylast/pull/282
|
[#282]: https://github.com/pylast/pylast/pull/282
|
||||||
|
|
Loading…
Reference in a new issue