Skip to content

Commit 38021d3

Browse files
committed
add 2.0-rc1 changelog
1 parent 991fc1e commit 38021d3

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Change Log
22

3+
## [2.0.0-RC1](https://github.com/schmittjoh/metadata/tree/2.0.0-RC1)
4+
5+
**Merged pull requests:**
6+
7+
- Moved to psr-4 [\#73](https://github.com/schmittjoh/metadata/pull/73) ([samnela](https://github.com/samnela))
8+
39
## [2.0.0-beta1](https://github.com/schmittjoh/metadata/tree/2.0.0-beta1) (2018-09-12)
410

511
**Closed issues:**
612

13+
- Read-Only Filesystem Support [\#71](https://github.com/schmittjoh/metadata/issues/71)
714
- Change license to MIT [\#68](https://github.com/schmittjoh/metadata/issues/68)
815
- Composer.lock is out of date [\#55](https://github.com/schmittjoh/metadata/issues/55)
916
- consider changing chmod to @chmod [\#50](https://github.com/schmittjoh/metadata/issues/50)
@@ -13,12 +20,14 @@
1320
**Merged pull requests:**
1421

1522
- Allow Read-only Cache [\#72](https://github.com/schmittjoh/metadata/pull/72) ([pdugas](https://github.com/pdugas))
23+
- Code style [\#70](https://github.com/schmittjoh/metadata/pull/70) ([goetas](https://github.com/goetas))
1624
- Change license to MIT [\#69](https://github.com/schmittjoh/metadata/pull/69) ([goetas](https://github.com/goetas))
17-
- \[2.0\] simplified class metadata [\#67](https://github.com/schmittjoh/metadata/pull/67) ([goetas](https://github.com/goetas))
25+
- simplified class metadata [\#67](https://github.com/schmittjoh/metadata/pull/67) ([goetas](https://github.com/goetas))
1826
- Fix an exception message [\#65](https://github.com/schmittjoh/metadata/pull/65) ([hason](https://github.com/hason))
1927
- Actualized version constant. [\#64](https://github.com/schmittjoh/metadata/pull/64) ([Aliance](https://github.com/Aliance))
2028

2129
## [1.6.0](https://github.com/schmittjoh/metadata/tree/1.6.0) (2016-12-05)
30+
2231
**Closed issues:**
2332

2433
- Consider switching to the MIT/BSD license or a dual license otherwise [\#58](https://github.com/schmittjoh/metadata/issues/58)
@@ -33,6 +42,7 @@
3342
- Adaption for complying with SPDX identifiers [\#51](https://github.com/schmittjoh/metadata/pull/51) ([valioDOTch](https://github.com/valioDOTch))
3443

3544
## [1.5.1](https://github.com/schmittjoh/metadata/tree/1.5.1) (2014-07-12)
45+
3646
**Merged pull requests:**
3747

3848
- Added more PHP versions and HHVM [\#47](https://github.com/schmittjoh/metadata/pull/47) ([Nyholm](https://github.com/Nyholm))
@@ -41,6 +51,7 @@
4151
- Update FileCache.php added fallback option when rename fails on windows [\#40](https://github.com/schmittjoh/metadata/pull/40) ([flip111](https://github.com/flip111))
4252

4353
## [1.5.0](https://github.com/schmittjoh/metadata/tree/1.5.0) (2013-11-05)
54+
4455
**Closed issues:**
4556

4657
- Branch alias [\#38](https://github.com/schmittjoh/metadata/issues/38)
@@ -52,6 +63,7 @@
5263
- Allow to add drivers to a driver chain [\#35](https://github.com/schmittjoh/metadata/pull/35) ([bakura10](https://github.com/bakura10))
5364

5465
## [1.4.2](https://github.com/schmittjoh/metadata/tree/1.4.2) (2013-09-13)
66+
5567
**Closed issues:**
5668

5769
- Update changelog [\#33](https://github.com/schmittjoh/metadata/issues/33)
@@ -62,21 +74,28 @@
6274
- Set cache files to be world readable [\#34](https://github.com/schmittjoh/metadata/pull/34) ([tommygnr](https://github.com/tommygnr))
6375

6476
## [1.4.1](https://github.com/schmittjoh/metadata/tree/1.4.1) (2013-08-27)
77+
6578
## [1.4.0](https://github.com/schmittjoh/metadata/tree/1.4.0) (2013-08-25)
79+
80+
**Merged pull requests:**
81+
82+
- misc cleanup [\#23](https://github.com/schmittjoh/metadata/pull/23) ([vicb](https://github.com/vicb))
83+
6684
## [1.3.0](https://github.com/schmittjoh/metadata/tree/1.3.0) (2013-01-22)
85+
6786
**Closed issues:**
6887

6988
- Ability to eager-load possible metadata [\#19](https://github.com/schmittjoh/metadata/issues/19)
7089

7190
**Merged pull requests:**
7291

73-
- misc cleanup [\#23](https://github.com/schmittjoh/metadata/pull/23) ([vicb](https://github.com/vicb))
7492
- \[Cache\] Remove a race condition [\#22](https://github.com/schmittjoh/metadata/pull/22) ([vicb](https://github.com/vicb))
7593
- Added configs for ci services [\#21](https://github.com/schmittjoh/metadata/pull/21) ([j](https://github.com/j))
7694
- Advanced metadata implementation. [\#20](https://github.com/schmittjoh/metadata/pull/20) ([j](https://github.com/j))
7795
- Remove incorrect docblocks [\#18](https://github.com/schmittjoh/metadata/pull/18) ([adrienbrault](https://github.com/adrienbrault))
7896

7997
## [1.2.0-RC](https://github.com/schmittjoh/metadata/tree/1.2.0-RC) (2012-08-21)
98+
8099
**Closed issues:**
81100

82101
- install version 1.0.0 with composer [\#9](https://github.com/schmittjoh/metadata/issues/9)
@@ -90,6 +109,7 @@
90109
- Add ApcCache [\#4](https://github.com/schmittjoh/metadata/pull/4) ([henrikbjorn](https://github.com/henrikbjorn))
91110

92111
## [1.1.1](https://github.com/schmittjoh/metadata/tree/1.1.1) (2012-01-02)
112+
93113
**Closed issues:**
94114

95115
- More documentation requested [\#1](https://github.com/schmittjoh/metadata/issues/1)
@@ -99,7 +119,9 @@
99119
- Add composer.json [\#2](https://github.com/schmittjoh/metadata/pull/2) ([Seldaek](https://github.com/Seldaek))
100120

101121
## [1.1.0](https://github.com/schmittjoh/metadata/tree/1.1.0) (2011-10-04)
122+
102123
## [1.0.0](https://github.com/schmittjoh/metadata/tree/1.0.0) (2011-07-09)
103124

104125

126+
105127
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)