Skip to content

Commit 94085dc

Browse files
committed
Updated changelog and readme
1 parent a864f55 commit 94085dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#MMDrawerController Changelog
2+
##[0.5.7](https://github.com/mutualmobile/MMDrawerController/issues?q=milestone%3A0.5.7+is%3Aclosed)(Monday, August 25th, 2014)
3+
###Fixed
4+
* **FIXED** an issue ([#271](https://github.com/mutualmobile/MMDrawerController/pull/271)) where state restoration would cause multiple calls to viewDidAppear. (pronebird)
5+
* **FIXED** an issue ([#269](https://github.com/mutualmobile/MMDrawerController/pull/269)) where an internal method name was misnamed. (shoecart)
6+
27
##[0.5.6](https://github.com/mutualmobile/MMDrawerController/issues?milestone=14&page=1&state=closed)(Monday, June 9th, 2014)
38
###Fixed
49
* **FIXED** an issue ([#259](https://github.com/mutualmobile/MMDrawerController/pull/259)) where the side would rarely show up hidden when opening. (Eric Miller, Lars Anderson, Kevin Harwood)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Official appledoc documentation can be found at [CocoaDocs](http://cocoadocs.org
1616
You can install MMDrawerController in your project by using [CocoaPods](https://github.com/cocoapods/cocoapods):
1717

1818
```Ruby
19-
pod 'MMDrawerController', '~> 0.5.6'
19+
pod 'MMDrawerController', '~> 0.5.7'
2020
```
2121

2222
---

0 commit comments

Comments
 (0)