Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Feb 5, 2016
1 parent 4de7b76 commit 90b98d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion ELLog copy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ELLog/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 90b98d8

Please sign in to comment.