Skip to content

Commit dbf7014

Browse files
authored
Update changelog with 2.1 release
1 parent d01ee12 commit dbf7014

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

ChangeLog.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ About this Document
44
This serves as both the change-log and TODO list for the project. It
55
serves to clarify what is in an (anticipated) release, as well as to
66
direct project momentum. If you find something in here you want to do,
7-
by all means, please do.
7+
by all means, please do.
88

9-
At the top, you willll see project milestones (upcoming releases) and
9+
At the top, you will see project milestones (upcoming releases) and
1010
their associated TODOs. After that, you will see a release version
1111
history in reverse chronological order. (The latest release comes
1212
[first](#release).)
1313

14-
Also note that the latest stable branch (the tip of [maint][maint]) is
15-
usually in an as-yet *unreleased* status. This avoids a proliferation of
14+
Also note that the latest stable branch (the tip of
15+
[maint][https://github.com/mozilla/agithub/tree/maint]) is usually in
16+
an as-yet *unreleased* status. This avoids a proliferation of
1617
single-commit patch-level version changes in the `maint` branch, whilst
1718
still providing access to the very latest bug-fixes
1819

@@ -61,15 +62,15 @@ v3.0
6162
* Be consistently `camelCase` (Exception: the media-type converters in
6263
Content (e.g. `application_json`) should stay the same.)
6364

65+
Release
66+
=======
67+
6468
v2.1
6569
----
6670
* Support XML de-serialization. (pick from [next-xml])
6771
* Request body content-type serialization & charset encoding
6872

69-
[next-xml]: https://github.com/jpaugh/agithub/commit/3d373435c8110612cad061e9a9b31a7a1abd752c
70-
71-
Release
72-
=======
73+
[next-xml]: 3d373435c8110612cad061e9a9b31a7a1abd752c
7374

7475
v2.0
7576
----
@@ -84,7 +85,7 @@ v2.0
8485
v1.3
8586
----
8687
A stable branch, with a lot of bug fixes! (Thanks to all who
87-
contributed!)
88+
contributed!)
8889

8990
* Feature: Unit tests (Uriel Corfa, Joachim Durchholz)
9091
* Grown-up Incomplete-request error message (Joachim Durchholz)
@@ -97,14 +98,14 @@ v1.2
9798
----
9899

99100
* Revamp the internals, adding extensibility and flexibility. Meanwhile,
100-
the external API (i.e. via the Github class) is entirely unchanged
101+
the external API (i.e. via the GitHub class) is entirely unchanged
101102

102103
* New test-suite. It is ad-hoc and primitive, but effective
103104

104105
* Generic support for other REST web services
105106

106107
- New top-level class (API)
107-
- Github is now a subclass of the API class, and is the model for
108+
- GitHub is now a subclass of the API class, and is the model for
108109
creating new subclasses
109110
- Facebook and SalesForce subclasses created, allowing (basic)
110111
access to these web services

0 commit comments

Comments
 (0)