Browse Source

Changelog updates

Aidan Follestad 10 years ago
parent
commit
5a1cc8154f
2 changed files with 6 additions and 12 deletions
  1. 3 7
      CHANGELOG.md
  2. 3 5
      README.md

+ 3 - 7
CHANGELOG.md

@@ -7,16 +7,14 @@
 > 3. The ability to override the selectors for action buttons and list items, through `Builder` methods (e.g. `selector` and `btnSelector`, along with the res variants) and [global theming](https://github.com/afollestad/material-dialogs#global-theming).
 > 3. The ability to override the selectors for action buttons and list items, through `Builder` methods (e.g. `selector` and `btnSelector`, along with the res variants) and [global theming](https://github.com/afollestad/material-dialogs#global-theming).
 > 4. An exception is now throw
 > 4. An exception is now throw
 
 
-###### Version 0.5.9
-
-> 1. Pull request from [Kevin Barry](https://github.com/teslacoil) that makes some very important, mostly visual, improvements/fixes: https://github.com/afollestad/material-dialogs/pull/169
-
-###### Version 0.5.8
+###### Version 0.5.8 – 0.5.9
 
 
 > 1. Pull request from [hzsweers](https://github.com/hzsweers): https://github.com/afollestad/material-dialogs/pull/167
 > 1. Pull request from [hzsweers](https://github.com/hzsweers): https://github.com/afollestad/material-dialogs/pull/167
 >
 >
 > IntDefs cannot safely be used in AARs, so we're back to using a enum (`GravityEnum`) for the various gravity methods.
 > IntDefs cannot safely be used in AARs, so we're back to using a enum (`GravityEnum`) for the various gravity methods.
 > The RecyclerView dependency is also now provided, so it's not a required dependency but it's supported.
 > The RecyclerView dependency is also now provided, so it's not a required dependency but it's supported.
+>
+> 2. Pull request from [Kevin Barry](https://github.com/teslacoil) that makes some very important, mostly visual, improvements/fixes: https://github.com/afollestad/material-dialogs/pull/169
 
 
 ###### Version 0.5.5 - 0.5.7
 ###### Version 0.5.5 - 0.5.7
 
 
@@ -45,8 +43,6 @@
 >       One thing to come from this is the action buttons are no longer actual `Button` instances, they're text views wrapped in frame layouts in order to make gravity work correctly.
 >       One thing to come from this is the action buttons are no longer actual `Button` instances, they're text views wrapped in frame layouts in order to make gravity work correctly.
 > 3. Other bug fixes.
 > 3. Other bug fixes.
 
 
-
-
 ###### Version 0.5.1 - 0.5.2
 ###### Version 0.5.1 - 0.5.2
 
 
 > Lots of fixes from [hzsweers](https://github.com/hzsweers)'s pull request! https://github.com/afollestad/material-dialogs/pull/149
 > Lots of fixes from [hzsweers](https://github.com/hzsweers)'s pull request! https://github.com/afollestad/material-dialogs/pull/149

+ 3 - 5
README.md

@@ -34,16 +34,14 @@ For the full history, see the [Changelog](https://github.com/afollestad/material
 > 3. The ability to override the selectors for action buttons and list items, through `Builder` methods (e.g. `selector` and `btnSelector`, along with the res variants) and [global theming](https://github.com/afollestad/material-dialogs#global-theming).
 > 3. The ability to override the selectors for action buttons and list items, through `Builder` methods (e.g. `selector` and `btnSelector`, along with the res variants) and [global theming](https://github.com/afollestad/material-dialogs#global-theming).
 > 4. An exception is now thrown if you attempt to show a dialog on a non-UI thread, which will help those who accidentally do so avoid issues.
 > 4. An exception is now thrown if you attempt to show a dialog on a non-UI thread, which will help those who accidentally do so avoid issues.
 
 
-###### Version 0.5.9
-
-> 1. Pull request from [Kevin Barry](https://github.com/teslacoil) that makes some very important, mostly visual, improvements/fixes: https://github.com/afollestad/material-dialogs/pull/169
-
-###### Version 0.5.8
+###### Version 0.5.8 – 0.5.9
 
 
 > 1. Pull request from [hzsweers](https://github.com/hzsweers): https://github.com/afollestad/material-dialogs/pull/167
 > 1. Pull request from [hzsweers](https://github.com/hzsweers): https://github.com/afollestad/material-dialogs/pull/167
 >
 >
 > IntDefs cannot safely be used in AARs, so we're back to using a enum (`GravityEnum`) for the various gravity methods.
 > IntDefs cannot safely be used in AARs, so we're back to using a enum (`GravityEnum`) for the various gravity methods.
 > The RecyclerView dependency is also now provided, so it's not a required dependency but it's supported.
 > The RecyclerView dependency is also now provided, so it's not a required dependency but it's supported.
+>
+> 2. Pull request from [Kevin Barry](https://github.com/teslacoil) that makes some very important, mostly visual, improvements/fixes: https://github.com/afollestad/material-dialogs/pull/169
 
 
 ###### Version 0.5.5 - 0.5.7
 ###### Version 0.5.5 - 0.5.7