Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from chrisandchris/target/v2.4
Browse files Browse the repository at this point in the history
Prepare for release v2.4
  • Loading branch information
chrisandchris authored Dec 3, 2017
2 parents 8a60906 + b09fba9 commit 5b4fae3
Show file tree
Hide file tree
Showing 22 changed files with 892 additions and 407 deletions.
4 changes: 2 additions & 2 deletions changelog/v2.3.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for v2.3.0
# Changelog for v2.3.1

This file is the changelog for changes from version 2.2.4 to 2.3.0
This file is the changelog for changes from version 2.3.0 to 2.3.1

## Bufixes
* fixes two bugs in MySqlBag when using qualified column names and type casting
6 changes: 6 additions & 0 deletions changelog/v2.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog for v2.4.0

This file is the changelog for changes from version 2.3.1 to 2.4.0

## Additions
* `ConcreteModel` now has `LoggerInterface` as a dependency and can return logger through `getLogger()`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"php": ">=5.6",
"php": ">=7",
"symfony/symfony": "2.3.*|2.7.*|2.8.*"
},
"suggests": {
Expand Down
Loading

0 comments on commit 5b4fae3

Please sign in to comment.