Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit c53fffa

Browse files
committed
3.1.0
1 parent bf93656 commit c53fffa

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [3.1.0](https://github.com/sonata-project/SonataCommentBundle/compare/3.0.0...3.1.0) - 2017-11-30
6+
### Changed
7+
- Changed internal folder structure to `src`, `tests` and `docs`
8+
9+
### Fixed
10+
- Fixed hardcoded paths to classes in `.xml.skeleton` files of config
11+
- It is now allowed to install Symfony 4
12+
13+
### Removed
14+
- internal test classes are now excluded from the autoloader
15+
- Support for old versions of PHP and Symfony.

UPGRADE-3.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
UPGRADE 3.x
22
===========
33

4+
UPGRADE FROM 3.0 to 3.1
5+
=======================
6+
47
### Tests
58

69
All files under the ``Tests`` directory are now correctly handled as internal test classes.

0 commit comments

Comments
 (0)