Skip to content

Commit

Permalink
Sync changelog with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 3, 2019
1 parent 301d4d7 commit ce5ba83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CPUFriend.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 1C748C1D1C21952C0024EED2;
Expand Down Expand Up @@ -390,7 +391,7 @@
MODULE_NAME = org.vanilla.driver.CPUFriend;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.1.6;
MODULE_VERSION = 1.1.7;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -436,7 +437,7 @@
MODULE_NAME = org.vanilla.driver.CPUFriend;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.1.6;
MODULE_VERSION = 1.1.7;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CPUFriend Changelog
===================
#### v1.1.7
- Reduced debug logging in release builds

#### v1.1.6
- Fixed a bug where CPUFriend ceased to work on v1.1.5

Expand Down

0 comments on commit ce5ba83

Please sign in to comment.