Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Mar 26, 2024
1 parent 3658d2a commit 6a01ca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Fixed
- Crash for python build as root user
- Temp style/tcss files are now stored in cache dir instead of project\
This can be viewed using this command

```bash
python -c "import appdirs; print(appdirs.user_cache_dir('smassh'))"
```

## 3.1.2

Expand Down

0 comments on commit 6a01ca0

Please sign in to comment.