Include @Fuco1 in Authors/Copyright + fix README

master
Magnar Sveen 13 years ago
parent 51c9f6b8dc
commit 37064b5b6b
  1. 10
      README.md
  2. 5
      dash-functional.el
  3. 10
      readme-template.md

@ -1063,6 +1063,16 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
### From 1.8.0 to master
The stated scope of dash is increasing. It now includes more
functional style functions, like combinators and threading macros.
These have been creeping in anyway, since they're so darn useful. Time
to make it official. :)
- Split out `dash-functional.el` (Matus Goljer)
- Add `-andfn`, `-orfn`, `-not`, `-cut`, `-const`, `-flip` and `-on`. (Matus Goljer)
### From 1.7.0 to 1.8.0
- Add `-first-item` and `-last-item` (Wilfred Hughes)

@ -1,8 +1,9 @@
;;; dash-functional.el --- Collection of useful combinators for Emacs Lisp -*- lexical-binding: t -*-
;; Copyright (C) 2013 Magnar Sveen
;; Copyright (C) 2013 Matus Goljer, Magnar Sveen
;; Author: Magnar Sveen <magnars@gmail.com>
;; Authors: Matus Goljer <matus.goljer@gmail.com>
;; Magnar Sveen <magnars@gmail.com>
;; Keywords: lisp functions combinators
;; This program is free software; you can redistribute it and/or modify

@ -71,6 +71,16 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
### From 1.8.0 to master
The stated scope of dash is increasing. It now includes more
functional style functions, like combinators and threading macros.
These have been creeping in anyway, since they're so darn useful. Time
to make it official. :)
- Split out `dash-functional.el` (Matus Goljer)
- Add `-andfn`, `-orfn`, `-not`, `-cut`, `-const`, `-flip` and `-on`. (Matus Goljer)
### From 1.7.0 to 1.8.0
- Add `-first-item` and `-last-item` (Wilfred Hughes)

Loading…
Cancel
Save