~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Scott Kitterman
  • Date: 2011-08-10 20:57:12 UTC
  • Revision ID: scott@kitterman.com-20110810205712-wj9onxv4q5m5pjjv
* Add support files from 0.1 and update for 0.2: setup.py, COPYING, MANIFEST.in, README.
* Add changelog (CHANGES) and add to MANIFEST.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Legend:
 
2
# --- = A new release
 
3
#   + = Added a feature (in a backwards compatible way)
 
4
#   ! = Changed something significant, or removed a feature
 
5
#   * = Fixed a bug, or made a minor improvement
 
6
 
 
7
--- 0.2 (2011-08-10 16:50)
 
8
  ! Reworked API from scratch to be more properly OO, extendable, and
 
9
    maintainable
 
10
  + Parse authentication results headers
 
11
 
 
12
--- 0.1 (2011-03-14 18:00)
 
13
 
 
14
  + Initial release
 
15
  + Create authentication results headers
 
16