Skip to content

Commit d0de194

Browse files
committed
CHANGELOG updated for release-2.0.0
1 parent 3ddd474 commit d0de194

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,22 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [1.0.0] - 2016-05-27
5+
## [2.0.0] - 2023-11-26
6+
### Added
7+
- Coder\Datafile\EncodingStrategyInterface - interface for data file encoders
8+
- Coder\Datafile\DecodingStrategyInterface - interface for data file decoders
9+
10+
### Changed
11+
- All namespaces
12+
- Data Encoders implement interface Coder\Data\EncodingStrategyInterface
13+
- Data Decoders implement interface Coder\Data\DecodingStrategyInterface
614

15+
### Removed
16+
- Additional not namespaced directory structure within src/ directory
17+
- AbstractDataEncoder - base classes for data encoders
18+
- AbstractDataDecoder - base classes for data decoders
19+
20+
## [1.0.0] - 2016-05-27
721
### Added
822
- DataEncoder - data encoder with configurable data format
923
- DataDecoder - data decoder with configurable data format

0 commit comments

Comments
 (0)