We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e442c1d commit f12106dCopy full SHA for f12106d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.2.0 2017-06-29
2
+- Special require option no longer needed for Bundler
3
+- Warnings fixes on JRuby
4
+- 2x faster deserialization https://github.com/jqr/php-serialize/pull/7
5
+
6
## 1.1.0 - 2009-04-01
7
- Pass assoc to recursive calls (thanks to Edward Speyer).
8
- Serialize Symbol like String.
lib/php/serialize/version.rb
@@ -1,5 +1,5 @@
module PHP
module Serialize
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments