Skip to content

Commit

Permalink
autogen(docs): regenerate and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 17, 2020
1 parent 3e9f8cc commit 052a57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Unreleased (2020-07-16)](#unreleased-2020-07-16)
- [Unreleased (2020-07-17)](#unreleased-2020-07-17)
- [Bug Fixes](#bug-fixes)
- [Code Refactoring](#code-refactoring)
- [Documentation](#documentation)
Expand Down Expand Up @@ -100,7 +100,7 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# [Unreleased](https://github.com/ory/kratos/compare/v0.4.6-alpha.1...a4d99694525e65b58d49197c96324b27fb8c31c2) (2020-07-16)
# [Unreleased](https://github.com/ory/kratos/compare/v0.4.6-alpha.1...3e9f8cce4b058b05d69c73fff514f3b8e46c2be3) (2020-07-17)


### Bug Fixes
Expand All @@ -111,6 +111,7 @@
* Resolve panic when DSN="memory" ([#574](https://github.com/ory/kratos/issues/574)) ([05e55f3](https://github.com/ory/kratos/commit/05e55f3584e20ae5d39cfda6e542d4da40d718e4)):

> Executing the migration logic in registry.go cause a panic as the registry is not initalized at that point. Therefore we decided to move the handling to driver_default.go, after the registry has been initialized.
* Use relative threshold to judge longest common substring in password policy ([#585](https://github.com/ory/kratos/issues/585)) ([3e9f8cc](https://github.com/ory/kratos/commit/3e9f8cce4b058b05d69c73fff514f3b8e46c2be3)), closes [#581](https://github.com/ory/kratos/issues/581)


### Code Refactoring
Expand Down

0 comments on commit 052a57c

Please sign in to comment.