Skip to content

Commit

Permalink
Modified the docs in CHANGELOG and upgrading.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Oct 29, 2016
1 parent 25d43bf commit 3a59e96
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions CHANGELOG.rst
Expand Up @@ -2,30 +2,30 @@ Changelog
=========


- Add ``add()``.
- Add ``append()``.
- Add ``clone()``.
- Add ``compact()``.
- Add ``create()``.
- Add ``every()``.
- Add ``exclude()``.
- Add ``filter_()``.
- Add ``first()``.
- Add ``from_()``.
- Add ``includes()``.
- Add ``is_array()``.
- Add ``is_boolean()``.
- Add ``is_empty()``.
- Add ``is_equal()``.
- Add ``is_even()``.
- Add ``is_none()``.
- Add ``is_multiple_of()``.
- Add ``is_number()``.
- Add ``is_odd()``.
- Add ``is_prime()``.
- Add ``is_string()``.
- Add ``last()``.
- Add ``random_()``.
- Add :func:`add`.
- Add :func:`append`.
- Add :func:`clone`.
- Add :func:`compact`.
- Add :func:`create`.
- Add :func:`every`.
- Add :func:`exclude`.
- Add :func:`filter_`.
- Add :func:`first`.
- Add :func:`from_`.
- Add :func:`includes`.
- Add :func:`is_array`.
- Add :func:`is_boolean`.
- Add :func:`is_empty`.
- Add :func:`is_equal`.
- Add :func:`is_even`.
- Add :func:`is_none`.
- Add :func:`is_multiple_of`.
- Add :func:`is_number`.
- Add :func:`is_odd`.
- Add :func:`is_prime`.
- Add :func:`is_string`.
- Add :func:`last`.
- Add :func:`random_`.


v0.1.1 (2016-10-10)
Expand All @@ -39,7 +39,7 @@ v0.1.0 (2016-10-10)
-------------------

- First release.
- Add ``average()``.
- Add ``construct()``.
- Add ``count()``.
- Add ``subtract()``.
- Add :func:`average`.
- Add :func:`construct`.
- Add :func:`count`.
- Add :func:`subtract`.
2 changes: 1 addition & 1 deletion docs/upgrading.rst
Expand Up @@ -2,7 +2,7 @@


Upgrading
=========
*********

- 14 array methods

Expand Down

0 comments on commit 3a59e96

Please sign in to comment.