Skip to content

Commit aaaae82

Browse files
committed
Mention 22629 and 22633 in README
1 parent 8fdd13e commit aaaae82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ Currently, the `@compat` macro supports the following syntaxes:
143143

144144
* `@__MODULE__` is aliased to `current_module()` for Julia versions 0.6 and below. Versions of `Base.binding_module`, `expand`, `macroexpand`, and `include_string` were added that accept a module as the first argument. ([#22064])
145145

146+
* `chol` and `chol!` for `UniformScalings` ([#22633]).
147+
148+
* `logdet` for `Number`s ([#22629]).
149+
146150
## Renamed functions
147151

148152

@@ -283,3 +287,5 @@ includes this fix. Find the minimum version from there.
283287
[#21257]: https://github.com/JuliaLang/julia/issues/21257
284288
[#21346]: https://github.com/JuliaLang/julia/issues/21346
285289
[#22064]: https://github.com/JuliaLang/julia/issues/22064
290+
[#22633]: https://github.com/JuliaLang/julia/issues/22633
291+
[#22629]: https://github.com/JuliaLang/julia/issues/22629

0 commit comments

Comments
 (0)