diff --git a/ChangeLog.md b/ChangeLog.md index 8e69861..56e1695 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ - Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html) - Add [Type conversions - Others](https://practice.rs/type-conversions/others.html) - Add [Panics](https://practice.rs/result-panic/panic.html) - +- Add exercises for [diverging functions](https://practice.rs/basic-types/functions.html#diverging-functions) ### 2022-03-09