Skip to content

Commit

Permalink
fix URLs in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Mar 10, 2019
1 parent fc21b2c commit 81e3791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 0.8.0

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

# 0.7.0 and prior

Expand Down

0 comments on commit 81e3791

Please sign in to comment.