README.md in logster-1.2.3 vs README.md in logster-1.2.4
- old
+ new
@@ -52,11 +52,11 @@
end
```
### Note
If you are seeing the error `No such middleware to insert before: ActionDispatch::DebugExceptions` after installing logster,
-then you are using a conflicting gem like `better_errors`.
+then you are using a conflicting gem like `better_errors` or `web-console`.
To avoid this error, make sure logster is added behind those conflicting gems in your Gemfile.
### Mount using warden (devise)
```
@@ -94,10 +94,13 @@
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
# CHANGELOG
-- 2016-05-05: Version 1.2.3h
+- 2016-05-05: Version 1.2.4
+ - Fix: XSS in log message show if attacker can inject script into ENV
+
+- 2016-05-05: Version 1.2.3
- Fix: clear_all now also clears rate limits
- Fix: protect against corrupt data in redis during clear
- 2016-03-22: Version 1.2.2
- Fix: Conflicting attributes and method name for `Logster::RedisStore#rate_limits`.