docs/CHANGELOG.md in rabid-0.0.4 vs docs/CHANGELOG.md in rabid-0.0.5
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## [0.0.5]
+
+- Fix a case when the encoded IP address in IPv4 pool members was decoded to an odd hexadecimal number resulting in a malformated IP address
+- Fix the regexp for IPv4 pool members cookie were the encoded IP and port length was fix instead of variable
+- Add more test for those cases
+
## [0.0.4]
- Fix regex in `auto_decode` and `retrieve_pool_name` for base64 encoded cookie (encrypted) - lazy quantifier instead of greedy one to match the first `=` sign
## [0.0.3]