Update changelogs
This commit is contained in:
parent
80c6ba5347
commit
bba98a3755
2 changed files with 11 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
* Add instances for `Description` and `Summary` combinators
|
* Add instances for `Description` and `Summary` combinators
|
||||||
([#767](https://github.com/haskell-servant/servant/pull/767))
|
([#767](https://github.com/haskell-servant/servant/pull/767))
|
||||||
|
* Derive Data for all types
|
||||||
|
([#809](https://github.com/haskell-servant/servant/pull/809))
|
||||||
|
|
||||||
0.10.1
|
0.10.1
|
||||||
------
|
------
|
||||||
|
|
|
@ -21,6 +21,15 @@
|
||||||
|
|
||||||
### Other changes
|
### Other changes
|
||||||
|
|
||||||
|
- *servant-foreign* Derive `Data` for all types
|
||||||
|
([#809](https://github.com/haskell-servant/servant/pull/809))
|
||||||
|
- *servant-docs* Add authentication lenses
|
||||||
|
([#787](https://github.com/haskell-servant/servant/pull/787))
|
||||||
|
- *servant-docs* Generated markdown improvements
|
||||||
|
([#813](https://github.com/haskell-servant/servant/pull/787)
|
||||||
|
[#767](https://github.com/haskell-servant/servant/pull/767)
|
||||||
|
[#790](https://github.com/haskell-servant/servant/pull/790)
|
||||||
|
[#788](https://github.com/haskell-servant/servant/pull/788))
|
||||||
- Allow newest dependencies
|
- Allow newest dependencies
|
||||||
([#772](https://github.com/haskell-servant/servant/pull/772)
|
([#772](https://github.com/haskell-servant/servant/pull/772)
|
||||||
[#842](https://github.com/haskell-servant/servant/pull/842))
|
[#842](https://github.com/haskell-servant/servant/pull/842))
|
||||||
|
|
Loading…
Reference in a new issue