Skip to content

Commit

Permalink
πŸ“ Updated CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeares committed Jul 31, 2022
1 parent 8fc839c commit b697138
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

This is the current release cycle, so future features will be updated below.

### v1.1.5 – v1.1.8

- **Fixed `MRSM_PATCH` behavior.**
In the docker image, `MRSM_PATCH` is used to overwrite `host` for `sql:main`. This patch restores that behavior (with a performance boost).
- **Fixed virtual environment verification.**
This patch prevents circular symlinks.
- **Fixed `manually_import_module()`.**
Previous refactoring efforts had broken `manually_import_module()`.
- **Refactoring**
While trying to implement multi-thread configuration patching (discarded for the time being), much of the configuration system was cleaned up.

### v1.1.1 – v1.1.4

**Bugfixes**
Expand Down
11 changes: 11 additions & 0 deletions docs/mkdocs/news/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

This is the current release cycle, so future features will be updated below.

### v1.1.5 – v1.1.8

- **Fixed `MRSM_PATCH` behavior.**
In the docker image, `MRSM_PATCH` is used to overwrite `host` for `sql:main`. This patch restores that behavior (with a performance boost).
- **Fixed virtual environment verification.**
This patch prevents circular symlinks.
- **Fixed `manually_import_module()`.**
Previous refactoring efforts had broken `manually_import_module()`.
- **Refactoring**
While trying to implement multi-thread configuration patching (discarded for the time being), much of the configuration system was cleaned up.

### v1.1.1 – v1.1.4

**Bugfixes**
Expand Down

0 comments on commit b697138

Please sign in to comment.