Skip to content

Commit 81e3791

Browse files
committed
fix URLs in CHANGELOG
1 parent fc21b2c commit 81e3791

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 0.8.0
22

3-
- add `ValueGradientBuffer` for pre-allocated gradient storage (#34)
4-
- remove taped ReverseDiff-based AD (#36)
5-
- remove support for rejection-based unwindind of the stack (#39)
6-
- add support for Zygote-based AD (#40, experimental)
3+
- add `ValueGradientBuffer` for pre-allocated gradient storage ([#34](https://github.com/tpapp/LogDensityProblems.jl/pull/34))
4+
- remove taped ReverseDiff-based AD ([#36](https://github.com/tpapp/LogDensityProblems.jl/pull/36))
5+
- remove support for rejection-based unwindind of the stack ([#39](https://github.com/tpapp/LogDensityProblems.jl/pull/39))
6+
- add support for Zygote-based AD ([#40](https://github.com/tpapp/LogDensityProblems.jl/pull/40), experimental)
77

88
# 0.7.0 and prior
99

0 commit comments

Comments
 (0)