Skip to content

Commit

Permalink
Added the addition of $this->cart->item() method to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Sep 6, 2011
1 parent 50ec6e8 commit 0f63d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_guide/changelog.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ <h2>Version 2.1.0 (planned)</h2>
<li>Added max_filename_increment config setting for Upload library.</li> <li>Added max_filename_increment config setting for Upload library.</li>
<li><samp>CI_Loader::_ci_autoloader()</samp> is now a protected method.</li> <li><samp>CI_Loader::_ci_autoloader()</samp> is now a protected method.</li>
<li>Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li> <li>Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li>
<li>New <kdb>$this->cart->item()</kdb> method in the <a href="libraries/cart.html">Cart Library</a> that allows one to get all the details of a specific cart item in an array.</li>
</ul> </ul>
</li> </li>
<li>Core <li>Core
Expand Down

0 comments on commit 0f63d57

Please sign in to comment.