Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 16, 2015
1 parent 72d8a8f commit 255cf6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- NEW: Method Profiler::resetProfiles() allows you to clear existing profiles.
- SEC: ExtendedPdo no longer enables self::ATTR_EMULATE_PREPARES by default; this is to avoid security holes when using emulation.

- FIX: Correctly handles zero-indexed placeholder arrays on execute.
- REF: Extract the statement-rebuilding logic to its own Rebuilder class

- FIX: Passes all tests on HHVM.
- ADD: ExtendedPdo::fetchGroup() functionality.

- REF: Added Scrutinizer-CI checks, along with code modifications to improve Scrutinizer score without changing functionality.
- ADD: When binding values via perform(), add the self::PARAM_* type based on the value being bound.

- DOC: Updates to the README and various docblocks.
- TST: Update testing structure

0 comments on commit 255cf6a

Please sign in to comment.