Add ?language= linking [feature]

This commit is contained in:
Tom MacWright
2016-03-17 14:02:58 -04:00
parent 7e487bc62c
commit 8e102dd27d
2 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,10 @@
### March 17, 2016
* Support for linking to specific languages. URLs were previously like
`#the-section` but now are `?language=JavaScript#the-section` when a language
is selected, so that you can link to both a specific section and a specific
language.
### March 14, 2016
* Support for toggling between 1 and 2 column mode