diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4f40164 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# [1.0.0](https://github.com/Electrode-iOS/ELLog/releases/tag/v1.0.0) + +- Namespaced all log levels with "EL". +- Removed unneccessary framework from unit tests +- Renamed `removeAllDestionations` to `removeAllDestinations` +- Updated to allow ELLog and THGLog to coexist +- Added ability to enable/disable a given logger instance. +- Shuffled up log level to use description instead of debugDescription. diff --git a/ELLog copy-Info.plist b/ELLog copy-Info.plist index d3de8ee..60b9c00 100644 --- a/ELLog copy-Info.plist +++ b/ELLog copy-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/ELLog/Info.plist b/ELLog/Info.plist index d3de8ee..60b9c00 100644 --- a/ELLog/Info.plist +++ b/ELLog/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion