CHANGELOG.txt 717 B

1234567891011121314151617181920212223242526272829303132333435
  1. v1.2.2 (2011-11-18) 994f3d4
  2. * Add support for new tagged tuple returned by http_uri:parse/1 (R15B)
  3. v1.2.1 (2011-10-17) 7969309
  4. * Updated to use a constant time algorithm to compare signature strings
  5. v1.2.0 (2011-06-23) 29cb478
  6. * Added oauth:get/3 and oauth:post/3 functions
  7. * Collapsed into just a single module
  8. v1.1.1 (2011-01-29) 18cee77
  9. * Updated to use the correct request parameter normalization algorithm
  10. v1.1.0 (2011-01-24) 3bea612
  11. * Updated to use the new public key API introduced in R14B (public_key-0.8)
  12. v1.0.2 (2010-11-26) d9bfb30
  13. * Added oauth:get/6 and oauth:post/6 with additional HttpcOptions parameter
  14. v1.0.1 (2010-11-26) 2c9269b
  15. * First version numbered version!