We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89df96 commit a3beedfCopy full SHA for a3beedf
CHANGELOG.md
@@ -1,6 +1,12 @@
1
CHANGELOG
2
=========
3
4
+0.3.3 (2014-09-15)
5
+------------------
6
+
7
+* Clarified behavior of 128-bit type in documentation.
8
+* Updated phpunit and fixed some test breakage from the newer version.
9
10
0.3.2 (2014-09-10)
11
------------------
12
README.md
@@ -24,7 +24,7 @@ You should now have the file `composer.phar` in your project directory.
24
Run in your project root:
25
26
```
27
-php composer.phar require maxmind-db/reader:~0.3.2
+php composer.phar require maxmind-db/reader:~0.3.3
28
29
30
You should now have the files `composer.json` and `composer.lock` as well as
0 commit comments