Skip to content

Commit 52c3bb4

Browse files
committed
Changelog for 0.2.0
1 parent 3c18b81 commit 52c3bb4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,19 @@ Issues & questions
5656

5757
<p>Used Opauth in your project? Let us know!</p>
5858

59+
Changelog
60+
---------
61+
###v0.2.0 (23 May 2012)
62+
- Opauth is now Composer compatible and listed on [Packagist](http://packagist.org/packages/opauth/opauth)
63+
- Opauth now supports autoloaders
64+
- If a strategy is not autoloaded, Opauth searches for it at `strategy_dir` defined in config.
65+
- Class name for strategy Foo should be FooStrategy instead of Foo.
66+
- This is to reduce the likelihood of duplicate classnames due to Opauth not requiring the use of namespace.
67+
- 0.1.0-type class name, ie. Foo, is still loaded, but deprecated.
68+
69+
###v0.1.0 (22 May 2012)
70+
Initial release
71+
5972
License
6073
---------
6174
The MIT License

0 commit comments

Comments
 (0)