1
0
mirror of https://github.com/volatiletech/authboss.git synced 2024-11-24 08:42:17 +02:00

Update changelog

This commit is contained in:
Aaron L 2019-10-20 19:30:40 -07:00
parent 928ca45c51
commit 5cd1340c16

View File

@ -3,6 +3,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Calls to Email() will now merge ctx data from the passed in ctx so it's
available in the template, just like calls to Render() (thanks @Gys)
### Fixed
- Fix one of the mocks that were no longer in sync with an interface
## [2.3.0] - 2019-03-30
### Added