Skip to content

Commit cd32ac9

Browse files
committed
Add CHANGELOG_NEXT entries
1 parent 73f86f1 commit cd32ac9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG_NEXT.md

+15
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,24 @@ This CHANGELOG describes the merged but unreleased changes. Please see [CHANGELO
3939

4040
* Added append `(++)` for `List` version of `All`.
4141

42+
* Moved helpers and theorems from contrib's `Data.HVect` into base's
43+
`Data.Vect.Quantifiers.All` namespace. Some functions were renamed and some
44+
already existed. Others had quantity changes -- in short, there were some
45+
breaking changes here in addition to removing the respective functions from
46+
contrib. If you hit a breaking change, please take a look at
47+
https://github.com/idris-lang/Idris2/pull/3191/files and determine if you
48+
simply need to update a function name or if your use-case requires additional
49+
code changes in the base library. If it's the latter, open a bug ticket or
50+
start a discussion on the Idris Discord to determine the best path forward.
51+
4252
#### Contrib
4353

4454
* `Data.List.Lazy` was moved from `contrib` to `base`.
4555

4656
* Existing `System.Console.GetOpt` was extended to support errors during options
4757
parsing in a backward-compatible way.
58+
59+
* Moved helpers from `Data.HVect` to base library's `Data.Vect.Quantifiers.All`
60+
and removed `Data.HVect` from contrib. See the additional notes in the
61+
CHANGELOG under the `Library changes`/`Base` section above.
62+

0 commit comments

Comments
 (0)