CHANGELOG.md in faye-authentication-0.3.0 vs CHANGELOG.md in faye-authentication-0.4.0

- old
+ new

@@ -1,7 +1,11 @@ +## 0.4.0 + - Channels beginning by ``/public/`` do not require authentication anymore, + However, globbing with public channels still require authentication. + ## 0.3.0 -- Rename ``Faye::Authentication::Extension`` to ``Faye::Authentication::ServerExtension`` -- Add extension for faye Ruby Client : ``Faye::Authentication::ClientExtension`` + - Rename ``Faye::Authentication::Extension`` to ``Faye::Authentication::ServerExtension`` + - Add extension for faye Ruby Client : ``Faye::Authentication::ClientExtension`` ## 0.2.0 - Use JWT instead of HMAC for signing the messages - Allow expiration of the signature