Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster Phalcon\Translate implementation using object handlers #1668

Merged
merged 3 commits into from Dec 11, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated changelog
  • Loading branch information
sjinks committed Dec 11, 2013
commit 2c6b895622ca4b0b516be02474633bc432f65426
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@
- Added Phalcon\Tag::setTitleSeparator() (#1365)
- Added support for <optgroup> (#1422)
- Fixed inconsistency in Tag::stylesheetLink/javascriptInclude w.r.t. local URLs (#1486)
- Phalcon\Translate:
- Optimized Phalcon\Translate\Adapter, Phalcon\Translate\Adapter\NativeArray by using object handlers (#1668)
- Phalcon\Validation:
- Added support for error codes (#1171)
- Bug fixes (#1399)
Expand Down