Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp committed Mar 18, 2024
1 parent 4c043ad commit 254bd35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 6.2.2

* **Fixed:** `DAL_SKIP_CONVERION` would crash the migration if not set.

# 6.2.1

* **Added:** By setting `DAL_SKIP_CONVERSION=true` during migration you are now able to skip the conversion of logs
between 5.x.x and 6.x.x.
This will remove any previous logs.

# 6.2.0

Expand All @@ -8,7 +16,7 @@
# 6.1.3

* **Added** ip is now record (fixes #12)
* **Fix:** #9 and #11. Previously we would try to register everytime it was initialized, which would break admin (which
* **Fixed:** #9 and #11. Previously we would try to register everytime it was initialized, which would break admin (which
does an isinstance check). The decorator now registers on a module - not thread - level. The hidden `__dal_register__`
method is now attached, which will re-register if needed.

Expand Down

0 comments on commit 254bd35

Please # to comment.