Skip to content

Commit

Permalink
Changelog for 0.4.0 release and Google Analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotyk committed Dec 30, 2011
1 parent 5b1dd21 commit e9de82e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.org
Expand Up @@ -3,6 +3,13 @@
#+EMAIL: neotyk@kungfoo.pl
#+SETUPFILE: setup.org

* Release 0.4.0
** Clojure 1.3 compatible
** Support for multiple values for same key (QString)
[[https://github.com/neotyk/http.async.client/issues/22][#22]]
** Clojure contrib independent
[[https://github.com/neotyk/http.async.client/pull/24][#24]]
** Upgrade async-http-client to v1.6.5
* Release 0.3.1
** Upgrade async-http-client to v1.6.4
* Release 0.3.0
Expand Down Expand Up @@ -90,3 +97,5 @@
[[http://neotyk.github.com/http.async.client/autodoc/http.async.client-api.html#http.async.client/create-client][*http.async.client/create-client*]] and [[http://neotyk.github.com/http.async.client/autodoc/http.async.client-api.html#http.async.client/with-client][*http.async.client/with-client*]].
** Keyworded maps in API
Like *:options* in [[http://neotyk.github.com/http.async.client/autodoc/http.async.client-api.html#http.async.client/GET][*http.async.client/GET*]].

#+INCLUDE: ga.org
15 changes: 15 additions & 0 deletions ga.org
@@ -0,0 +1,15 @@
#+BEGIN_HTML
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28022940-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
#+END_HTML

0 comments on commit e9de82e

Please sign in to comment.