Skip to content

Commit

Permalink
removing is_unique line item from the change log - this feature is st…
Browse files Browse the repository at this point in the history
…ill in development
  • Loading branch information
Derek Jones committed Aug 23, 2011
1 parent 43194ea commit 23cf11a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user_guide/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ <h2>Version 2.0.3</h2>
<li>Libraries
<ul>
<li>Altered Session to use a longer match against the user_agent string. See upgrade notes if using database sessions.</li>
<li class="reactor">Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li>
<li class="reactor">Added <kbd>$this->db->set_dbprefix()</kbd> to the <a href="database/queries.html">Database Driver</a>.</li>
<li class="reactor">Changed <kbd>$this->cart->insert()</kbd> in the <a href="libraries/cart.html">Cart Library</a> to return the Row ID if a single item was inserted successfully.</li>
<li class="reactor">Added <kbd>$this->load->get_var()</kbd> to the <a href="libraries/loader.html">Loader library</a> to retrieve global vars set with <kbd>$this->load->view()</kbd> and <kbd>$this->load->vars()</kbd>.</li>
Expand Down

0 comments on commit 23cf11a

Please sign in to comment.