Update README and CHANGELOG in preparation for v0.4.0 release

このコミットが含まれているのは:
Cory Slep 2018-11-17 17:17:38 +01:00
コミット ff0fcb60f3
2個のファイルの変更13行の追加1行の削除

ファイルの表示

@ -1,3 +1,15 @@
v0.4.0 2018-11-17
* The 'streams' package now has constructors for each of its generated types.
* The README now lists WriteFreely instead of Write.as as a user of this
library, though Write.as does also use go-fed. WriteFreely is the open-
source fork of the proprietary Write.as.
* The 'tools/exp' subdirectory contains a half-built work-in-progress tool that
will be used to generate the v1.X versions of this library. It does not
materially affect the v0.X versions' functionality nor its code
generation. Its presence is merely a consequence of the go-fed/activity
maintainer [continuing to] fail at using git branches.
v0.3.0 2018-08-21
* Interfaces in 'vocab' now properly contain all of the unknown methods

ファイルの表示

@ -20,7 +20,7 @@ documentation for every version of this library.
## Status
**0.3.0** ([Semantic Versioning](https://semver.org/))
**0.4.0** ([Semantic Versioning](https://semver.org/))
An [official implementation report](https://activitypub.rocks/implementation-report/)
was last submitted for version **0.2.0** [here](https://github.com/w3c/activitypub/issues/318).