Skip to content

Commit 3e8cf30

Browse files
authored
Update NEWS.md
I should've included this originally
1 parent bdabc6f commit 3e8cf30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
`SCS.Optimizer`, or `() -> SCS.Optimizer(verbose=false)`.
88
* `lambdamin` and `lambdamax` have been deprecated in favor of `eigmin` and
99
`eigmax`. ([#357](https://github.com/JuliaOpt/Convex.jl/pull/357))
10+
* Many "internal" functions and types are no longer exported, such as the atoms,
11+
types corresponding to constraints and vexities, etc.
12+
([#357](https://github.com/JuliaOpt/Convex.jl/pull/357))
1013
* `evaluate(x::Variable)` and `evaluate(c::Constant)` now return scalars and
1114
vectors as appropriate, instead of `(1,1)`- and `(d,1)`-matrices.
1215
([#359](https://github.com/JuliaOpt/Convex.jl/pull/359)). This affects

0 commit comments

Comments
 (0)