Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Aug 28, 2019
1 parent 6907d32 commit 0cedafc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.2 (2019-08-28)
* Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:03

## 3.0.1 (2019-06-21)
* Remove stub class \Sokil\IsoCodes, use \Sokil\IsoCodes\IsoCodesFactory instead
* Database version: iso-codes-4.2-147-gcadebc34
Expand All @@ -9,6 +12,9 @@
* Factory now creates database instances but not store them, so next call of factory method will create new instance.
* Subdivisions and languages databases are large, so they have now optimisation to load entries from separate files instead of one single file..

## 2.2.8 (2019-08-28)
* Database version: iso-codes-4.2-202-gfefebff3 from 2019-08-28 23:05

## 2.2 (2018-11-29)
* Added possibility to configure directory with databases and messages, and manually update them without updating composer
* Constants `AbstractDatabase::DATABASE_PATH` and `AbstractDatabase::MESSAGES_PATH` now contain directory name instead of directory path
Expand Down

0 comments on commit 0cedafc

Please sign in to comment.