Skip to content

Commit

Permalink
Update AUTHORS and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
javierprovecho committed Mar 9, 2015
1 parent 1921ccb commit 2b85363
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
56 changes: 56 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ List of all the awesome people working to make Gin the best Web Framework in Go.

People and companies, who have contributed, in alphabetical order.

**@858806258 (杰哥)**
- Fix typo in example


**@achedeuzot (Klemen Sever)**
- Fix newline debug printing

Expand All @@ -21,6 +25,10 @@ People and companies, who have contributed, in alphabetical order.
- Typos in README


**@alexanderdidenko (Aleksandr Didenko)**
- Add support multipart/form-data


**@alexandernyquist (Alexander Nyquist)**
- Using template.Must to fix multiple return issue
- ★ Added support for OPTIONS verb
Expand Down Expand Up @@ -55,15 +63,39 @@ People and companies, who have contributed, in alphabetical order.
- Add example about serving static files


**@donileo (Adonis)**
- Add NoMethod handler


**@dutchcoders (DutchCoders)**
- ★ Fix security bug that allows client to spoof ip
- Fix typo. r.HTMLTemplates -> SetHTMLTemplate


**@el3ctro- (Joshua Loper)**
- Fix typo in example


**@ethankan (Ethan Kan)**
- Unsigned integers in binding


**(Evgeny Persienko)**
- Validate sub structures


**@frankbille (Frank Bille)**
- Add support for HTTP Realm Auth


**@fmd (Fareed Dudhia)**
- Fix typo. SetHTTPTemplate -> SetHTMLTemplate


**@ironiridis (Christopher Harrington)**
- Remove old reference


**@jammie-stackhouse (Jamie Stackhouse)**
- Add more shortcuts for router methods

Expand Down Expand Up @@ -104,6 +136,10 @@ People and companies, who have contributed, in alphabetical order.
- ★ work around path.Join removing trailing slashes from routes


**@mattn (Yasuhiro Matsumoto)**
- Improve color logger


**@mdigger (Dmitry Sedykh)**
- Fixes Form binding when content-type is x-www-form-urlencoded
- No repeat call c.Writer.Status() in gin.Logger
Expand Down Expand Up @@ -138,10 +174,22 @@ People and companies, who have contributed, in alphabetical order.
- Fix Port usage in README.


**@rayrod2030 (Ray Rodriguez)**
- Fix typo in example


**@rns**
- Fix typo in example


**@RobAWilkinson (Robert Wilkinson)**
- Add example of forms and params


**@rogierlommers (Rogier Lommers)**
- Add updated static serve example


**@se77en (Damon Zhao)**
- Improve color logging

Expand All @@ -166,6 +214,14 @@ People and companies, who have contributed, in alphabetical order.
- Update httprouter godeps


**@tebeka (Miki Tebeka)**
- Use net/http constants instead of numeric values


**@techjanitor**
- Update context.go reserved IPs


**@yosssi (Keiji Yoshida)**
- Fix link in README

Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#Changelog

###Gin 0.6 (Mar 7, 2015)
###Gin 0.6 (Mar 9, 2015)

- [ADD] Support multipart/form-data
- [ADD] NoMethod handler
- [ADD] Validate sub structures
- [ADD] Support for HTTP Realm Auth
- [FIX] Unsigned integers in binding
- [FIX] Improve color logger


###Gin 0.5 (Feb 7, 2015)
Expand Down

0 comments on commit 2b85363

Please sign in to comment.