Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Leedehai committed Jan 14, 2024
1 parent f825036 commit 444cb49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ explore the design together. Some features might warrant a package on its own.
This does not scale well. I plan to add programmatic testing by comparing
rendered pictures with golden images.

## Change log

[changelog.md](https://github.com/Leedehai/typst-physics/blob/v0.9.2/changelog.md).

## License

* Code: the [MIT License](LICENSE.txt).
Expand Down
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ parenthesis when needed.
* Removed the `box(..)` layer from `tensor(...)`'s phantom index.
* Added 2D and 3D rotation matrix `rot2mat(...)` and `rot3mat(...)`.
* Added Gram matrix `grammat(...)`.
* Removed `gradient` and `divergence`, since most users will use the abbreviated
names `grad` and `div`. This prevents name collisions when users do wildcard
importing, especially with Typst's built-in `gradient` that shows color
gradients on texts.
* **(breaking)** Removed `gradient` and `divergence`, since most users will use
the abbreviated names `grad` and `div`. This prevents name collisions when users
do wildcard importing, especially with Typst's built-in `gradient` that shows
color gradients on texts.

## 0.9.1

Expand Down

0 comments on commit 444cb49

Please sign in to comment.