Skip to content

Commit 967ccdc

Browse files
authored
Update NEWS.md
1 parent 6b5a070 commit 967ccdc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

NEWS.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# IntervalConstraintProgramming.jl
22

3-
#v0.11
3+
# v0.14
4+
## New API using Symbolics
5+
- The public API has been completely rewritten
6+
- The previous macros such as `@constraint` have been removed
7+
- The API now uses symbolic variables from `Symbolics.jl`
8+
- See the README for usage examples
9+
10+
# v0.11
411
## Minimum Julia version
512
- The minimum Julia version supported is now Julia 1.1
613

7-
##Functionality's are added
14+
## Functionality's are added
815
- Contractor can be make by just function name only
916
- New type of Contractor named as `BasicContractor` can be construct which only contain fields of useful data.
1017

0 commit comments

Comments
 (0)