From 112cf4c900071ba94d50f7f4d95f8cfdd0d06b24 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Wed, 16 Oct 2019 00:46:51 +0200 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8ad4f..0170cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,9 @@ All notable changes to this project will be documented in this file.
## [2.0.0](https://github.com/FabrizioBrancati/BFKit/releases/tag/v2.0.0) ### 16 Oct 2019 #### Changed -- Renaming `isValid` to `isObjectValid` to avoid conflicts with other libraries [#39](https://github.com/FabrizioBrancati/BFKit/issues/39) +- Renamed `isValid` to `isObjectValid` to avoid conflicts with other libraries [#39](https://github.com/FabrizioBrancati/BFKit/issues/39) +- Renamed `DegreesToRadians` to `BFDegreesToRadians` to avoid conflicts with other libraries [#37](https://github.com/FabrizioBrancati/BFKit/pull/37) +- Renamed `RadiansToDegrees` to `BFRadiansToDegrees` to avoid conflicts with other libraries [#37](https://github.com/FabrizioBrancati/BFKit/pull/37) #### Added - Added support to Objective-C++ projects [#37](https://github.com/FabrizioBrancati/BFKit/pull/37)