README.md in rhack-1.1.0 vs README.md in rhack-1.1.4
- old
+ new
@@ -29,10 +29,29 @@
* Distributed proxified downloading of large files.
* Console real-time speedometer for a downloader. Wait... for f--ks sake?
### CHANGES
+##### Version 1.1.4
+
+* ::Frame
+ * Moved `Curl.execute` from *initialize* to *on after request added*
+
+* ::ScoutSquad
+ * Finally stabilized #next and #rand time management for parallel recursive execution
+
+##### Version 1.1.3
+
+* ::Frame
+ * Added #anchor
+
+* ::Scout
+ * Fixed #update
+ * Catch weird Curl::Err::CurlOK being thrown on some pages
+
+* Fixed some exceptions messages
+
##### Version 1.1.0
* ::OAuthClient < ::Client
* A full set of abstract OAuth2 authorizaztion and API methods
* Per-user key-value oauth_token storage
@@ -56,9 +75,10 @@
* ::ScoutSquad
* Automatically Curl.execute on #next and #rand if Carier Thread is exited without an exception
* ::Service
* Is renamed to Client what is more sensible. RHACK::Service is still usable as alias
+ * require 'rhack/clients' <-> require 'rhack/services'
* Structural changes
* Updated and documented rhack.yml.template that now lies in <gemdir>/config
* All initialization moved to <gemdir>/lib/rhack.rb, rhack_in.rb stays there for compatibility
* The gem is now being produced in the bundle style: added Gemfile, .gemspec, etc
\ No newline at end of file