Skip to content

Commit a3ba17e

Browse files
authored
Update HISTORY.md
1 parent 40cd3b3 commit a3ba17e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Breaking updates and feature summaries across releases
22

33
## Catalyst unreleased (master branch)
4+
5+
## Catalyst 15.0
46
- The Catalyst release process is changing; certain core dependencies of
57
Catalyst will now be capped to ensure Catalyst releases are only installed
68
with versions of dependencies for which Catalyst CI and doc build tests pass
@@ -79,11 +81,11 @@
7981
- We have introduced a restriction on bundling of reactions in the DSL. Now,
8082
bundling is not permitted if multiple rates are provided but only one set each
8183
of substrates/products. E.g. this model:
82-
```julia
84+
```julia
8385
@reaction_network begin
8486
(k1,k2), X --> Y
8587
end
86-
```
88+
```
8789
will now throw an error. The reason that users attempting to write bi-directional
8890
reactions but typing `-->` instead of `<-->` would get a wrong model. We decided that
8991
this kind of bundling was unlikely to be used, and throwing errors for people who

0 commit comments

Comments
 (0)